COLOR #1988EF

HEX: #1988EF
RGB: (25,136,239)

Renk bilgisi

#1988EF contains mainly blue color. #1988EF ‘ nin web güvenlik rengi #0099FF (ya da #09F) dir.

RGB renk modeli

#1988EF color RGB value is (25,136,239).

  • kırmız ton 25;
  • yeşil ton 136;
  • mavi ton 239.
RGB:
(25,136,239)
(10%,53%,94%)

RGB bağlantıları ve doygunluk

R 25 of 255 = 10%
G 136 of 255 = 53%
B 239 of 255 = 94%

25
136
239

R + G + B ~ 52%. #1988EF is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
25 + 136 + 239 = 400 (100%)
R 25 of 400 ~ 6.25%
G 136 of 400 ~ 34%
B 239 of 400 ~ 59.75%

%34
%59.75

CMYK RENK MODELİ

#1988EF rengi CMYK tonu (90,43,0,6).

  • camgöbeği tonu 89.54%
  • eflatun tonu 43.10%
  • sarı tonu 0.00%
  • ana renk tonu 6.27%
CMYK:
(90,43,0,6)
C90M43Y0K6 
(90%,43%,0%,6%)
(0.90/0.43/0.00/0.06)	

CMYK yüzdeleri

%89.54
%43.1
%0
%6.27

Codes

Color #1988EF in popluar color models

1988EF
RGB25136239
HSL209°86.99%51.76%
HSB/HSV209°89.54%93.73%
CMYK89.54%43.10%0.00%
6.27%

Color #1988EF in popluar number systems.

HEX1988EF
Decimal25136239
Binary110011000100011101111
Octal31210357

Shades and tints

Shades of #1988EF

#1988EF
(25,136,239)
#177CDA
(23,124,218)
#1570C5
(21,112,197)
#1364B0
(19,100,176)
#11589B
(17,88,155)
#0F4C86
(15,76,134)
#0D4071
(13,64,113)
#0B345C
(11,52,92)
#092847
(9,40,71)
#071C32
(7,28,50)
#05101D
(5,16,29)
#000000
(0,0,0)

Tints of #1988EF

#1988EF
(25,136,239)
#2D92F0
(45,146,240)
#419CF1
(65,156,241)
#55A6F2
(85,166,242)
#69B0F3
(105,176,243)
#7DBAF4
(125,186,244)
#91C4F5
(145,196,245)
#A5CEF6
(165,206,246)
#B9D8F7
(185,216,247)
#CDE2F8
(205,226,248)
#E1ECF9
(225,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1988EF color. Also use rgb(25,136,239) instead hex code.

Text Font Color

.myTextColor { color: #1988EF; }

<p style="color:#1988EF">This sample text font color is #1988EF.</p>

This text font color is #1988EF.


Background Color

.myBgColor { background-color: #1988EF; }

<div style="background-color:#1988EF">Inner text</div>

This div background color is #1988EF.


Border color

.myBorderColor { border: 1px solid #1988EF; }

<div style="border:3px solid #1988EF">Div</div>

This div border color is #1988EF.


Opacity

.myOpacity80 { color: #1988EF; opacity: 0.8; }

<p style="color:#1988EF;opacity:0.8;">80%</p>

Text with #1988EF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #1988EF;}

<p style="text-shadow: 3px 3px 1px #1988EF">Text here.</p>

This text has shadow with #1988EF color.

.textShadow {text-shadow: 3px 3px 1px #1988EF, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #1988EF, 5px 5px 20px red">Text here.</p>

This text has shadow with #1988EF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#1988EF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#1988EF, Direction=45, Strength=4)">Text</p>

This text has shadow with #1988EF and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #1988EF;
  -webkit-box-shadow:	1px 1px 3px 2px #1988EF;
  box-shadow:		1px 1px 3px 2px #1988EF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #1988EF;
-webkit-box-shadow: 1px 1px 3px 2px #1988EF;
box-shadow:1px 1px 3px 2px #1988EF;">
Div content here</div>
This div box has shadow with color #1988EF.

Preview

Color preview on black background

This text has color #1988EF on black background.


Color preview on white background

This text has color #1988EF on white background.



Black color preview on #1988EF background

This text has black color on #1988EF background.


White color preview on #1988EF background

This text has white color on #1988EF background.