Shades of Dodger Blue #1999EF
Tints of Dodger Blue #1999EF
RGB
CMYK
RGB Variations
Color information
#1999EF (or 0x1999EF) is known color: Dodger Blue. HEX triplet: 19, 99 and EF. RGB value is (25,153,239). Sum of RGB (Red+Green+Blue) = 25+153+239=417 (55% of max value = 765). Red value is 25 (10.16% from 255 or 6.00% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 239 (93.75% from 255 or 57.31% from 417); Max value from RGB is 239 - color contains mainly: blue. Hex color #1999EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1999EF is #E66610. Grayscale: #7C7C7C. Windows color (decimal): -15099409 or 15702297. OLE color: 15702297.
HSL color Cylindrical-coordinate representation of color #1999EF: hue angle of 204.11º 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 #1999EF is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 153 | 239 | - |
| CMYK | 0.90 | 0.36 | 0 | 0.06 |
| HSL | 204.11º | 0.87% | 0.52% | - |
| HSV(B) | 204.11º | 0.9% | 0.94% | - |
| XYZ | 27.37 | 29.22 | 85.86 | - |
| YUV | 124.53 | 192.59 | 57.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 153 | 239 | 0.90 | 0.36 | 0 | 0.06 | 204.11 | 0.87 | 0.52 |
| Hex | 19 | 99 | EF | 5A | 24 | 0 | 6 | CC | 57 | 34 |
| Octal | 31 | 231 | 357 | 132 | 44 | 0 | 6 | 314 | 127 | 64 |
| Binary | 11001 | 10011001 | 11101111 | 1011010 | 100100 | 0 | 110 | 11001100 | 1010111 | 110100 |
Color Harmonies of #1999EF
Complementary color
Monochromatic Colors of #1999EF
Black with #1999EF
Text Example
Text Example
White with #1999EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1999EF; }
p { color: rgb(25,153,239); }
H1.HeaderClassName
{
color: #1999EF;
}
.AnyTagClassName
{
color: #1999EF;
}
</style>
background-color css
<style>
a { background-color: #1999EF; }
a { background-color: rgb(25,153,239); }
div.DivClassName
{
background-color: #1999EF;
}
.BgClassName
{
background-color: #1999EF;
}
</style>
border-color css
<style>
span { border-color: #1999EF; }
span { border-color: rgb(25,153,239); }
td.TdClassName
{
border-color: #1999EF;
}
.TagClassName
{
border-color: #1999EF;
}
</style>