Shades of Dodger Blue #1999FF
Tints of Dodger Blue #1999FF
RGB
CMYK
RGB Variations
Color information
#1999FF (or 0x1999FF) is known color: Dodger Blue. HEX triplet: 19, 99 and FF. RGB value is (25,153,255). Sum of RGB (Red+Green+Blue) = 25+153+255=433 (57% of max value = 765). Red value is 25 (10.16% from 255 or 5.77% from 433); Green value is 153 (60.16% from 255 or 35.33% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #1999FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1999FF is #E66600. Grayscale: #7D7D7D. Windows color (decimal): -15099393 or 16750873. OLE color: 16750873.
HSL color Cylindrical-coordinate representation of color #1999FF: hue angle of 206.61º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1999FF is Cyan = 0.90, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 153 | 255 | - |
| CMYK | 0.90 | 0.4 | 0 | 0 |
| HSL | 206.61º | 1% | 0.55% | - |
| HSV(B) | 206.61º | 0.9% | 1% | - |
| XYZ | 29.84 | 30.21 | 98.87 | - |
| YUV | 126.36 | 200.59 | 55.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 153 | 255 | 0.90 | 0.4 | 0 | 0 | 206.61 | 1 | 0.55 |
| Hex | 19 | 99 | FF | 5A | 28 | 0 | 0 | CF | 64 | 37 |
| Octal | 31 | 231 | 377 | 132 | 50 | 0 | 0 | 317 | 144 | 67 |
| Binary | 11001 | 10011001 | 11111111 | 1011010 | 101000 | 0 | 0 | 11001111 | 1100100 | 110111 |
Color Harmonies of #1999FF
Complementary color
Monochromatic Colors of #1999FF
Black with #1999FF
Text Example
Text Example
White with #1999FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1999FF; }
p { color: rgb(25,153,255); }
H1.HeaderClassName
{
color: #1999FF;
}
.AnyTagClassName
{
color: #1999FF;
}
</style>
background-color css
<style>
a { background-color: #1999FF; }
a { background-color: rgb(25,153,255); }
div.DivClassName
{
background-color: #1999FF;
}
.BgClassName
{
background-color: #1999FF;
}
</style>
border-color css
<style>
span { border-color: #1999FF; }
span { border-color: rgb(25,153,255); }
td.TdClassName
{
border-color: #1999FF;
}
.TagClassName
{
border-color: #1999FF;
}
</style>