Html Css Color HEX #1988EF Dodger Blue

📋 copy color: '#1988EF'

red 25 ◦ green 136 ◦ blue 239

#1988EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #1988EF

Tints of Dodger Blue #1988EF

RGB

 RED value IS 25 (10.16% from 255) = 6.25%

 GREEN value IS 136 (53.52% from 255) = 34%

 BLUE value IS 239 (93.75% from 255) = 59.75%

R = 6.25%
G = 34%
B = 59.75%

CMYK

 C value IS 0.90

 M value IS 0.43

 Y value IS 0

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#1988EF (or 0x1988EF) is known color: Dodger Blue. HEX triplet: 19, 88 and EF. RGB value is (25,136,239). Sum of RGB (Red+Green+Blue) = 25+136+239=400 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.25% from 400); Green value is 136 (53.52% from 255 or 34% from 400); Blue value is 239 (93.75% from 255 or 59.75% from 400); Max value from RGB is 239 - color contains mainly: blue. Hex color #1988EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1988EF is #E67710. Grayscale: #727272. Windows color (decimal): -15103761 or 15697945. OLE color: 15697945.

HSL color Cylindrical-coordinate representation of color #1988EF: hue angle of 208.88º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1988EF is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 25 136 239 -
CMYK 0.90 0.43 0 0.06
HSL 208.88º 0.87% 0.52% -
HSV(B) 208.88º 0.9% 0.94% -
XYZ 24.79 24.05 85 -
YUV 114.55 198.23 64.12 -
System Red Green Blue C M Y K H S L
Decimal 25 136 239 0.90 0.43 0 0.06 208.88 0.87 0.52
Hex 19 88 EF 5A 2B 0 6 D1 57 34
Octal 31 210 357 132 53 0 6 321 127 64
Binary 11001 10001000 11101111 1011010 101011 0 110 11010001 1010111 110100

Color Harmonies of #1988EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1988EF

Black with #1988EF

Text Example


Text Example

White with #1988EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1988EF; }

 p { color: rgb(25,136,239); }

 H1.HeaderClassName
 {
   color: #1988EF;
 }
 .AnyTagClassName
 {
   color: #1988EF;
 }
</style>

background-color css

<style>
 a { background-color: #1988EF; }

 a { background-color: rgb(25,136,239); }

 div.DivClassName
 {
   background-color: #1988EF;
 }
 .BgClassName
 {
   background-color: #1988EF;
 }
</style>

border-color css

<style>
 span { border-color: #1988EF; }

 span { border-color: rgb(25,136,239); }

 td.TdClassName
 {
   border-color: #1988EF;
 }
 .TagClassName
 {
   border-color: #1988EF;
 }
</style>