Shades of Dodger Blue #1999FA
Tints of Dodger Blue #1999FA
RGB
CMYK
RGB Variations
Color information
#1999FA (or 0x1999FA) is known color: Dodger Blue. HEX triplet: 19, 99 and FA. RGB value is (25,153,250). Sum of RGB (Red+Green+Blue) = 25+153+250=428 (56% of max value = 765). Red value is 25 (10.16% from 255 or 5.84% from 428); Green value is 153 (60.16% from 255 or 35.75% from 428); Blue value is 250 (98.05% from 255 or 58.41% from 428); Max value from RGB is 250 - color contains mainly: blue. Hex color #1999FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1999FA is #E66605. Grayscale: #7D7D7D. Windows color (decimal): -15099398 or 16423193. OLE color: 16423193.
HSL color Cylindrical-coordinate representation of color #1999FA: hue angle of 205.87º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1999FA is Cyan = 0.9, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 153 | 250 | - |
| CMYK | 0.9 | 0.39 | 0 | 0.02 |
| HSL | 205.87º | 0.96% | 0.54% | - |
| HSV(B) | 205.87º | 0.9% | 0.98% | - |
| XYZ | 29.05 | 29.89 | 94.68 | - |
| YUV | 125.79 | 198.09 | 56.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 153 | 250 | 0.9 | 0.39 | 0 | 0.02 | 205.87 | 0.96 | 0.54 |
| Hex | 19 | 99 | FA | 5A | 27 | 0 | 2 | CE | 60 | 36 |
| Octal | 31 | 231 | 372 | 132 | 47 | 0 | 2 | 316 | 140 | 66 |
| Binary | 11001 | 10011001 | 11111010 | 1011010 | 100111 | 0 | 10 | 11001110 | 1100000 | 110110 |
Color Harmonies of #1999FA
Complementary color
Monochromatic Colors of #1999FA
Black with #1999FA
Text Example
Text Example
White with #1999FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1999FA; }
p { color: rgb(25,153,250); }
H1.HeaderClassName
{
color: #1999FA;
}
.AnyTagClassName
{
color: #1999FA;
}
</style>
background-color css
<style>
a { background-color: #1999FA; }
a { background-color: rgb(25,153,250); }
div.DivClassName
{
background-color: #1999FA;
}
.BgClassName
{
background-color: #1999FA;
}
</style>
border-color css
<style>
span { border-color: #1999FA; }
span { border-color: rgb(25,153,250); }
td.TdClassName
{
border-color: #1999FA;
}
.TagClassName
{
border-color: #1999FA;
}
</style>