Shades of Dodger Blue #1999EA
Tints of Dodger Blue #1999EA
RGB
CMYK
RGB Variations
Color information
#1999EA (or 0x1999EA) is known color: Dodger Blue. HEX triplet: 19, 99 and EA. RGB value is (25,153,234). Sum of RGB (Red+Green+Blue) = 25+153+234=412 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.07% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 234 (91.80% from 255 or 56.80% from 412); Max value from RGB is 234 - color contains mainly: blue. Hex color #1999EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1999EA is #E66615. Grayscale: #7B7B7B. Windows color (decimal): -15099414 or 15374617. OLE color: 15374617.
HSL color Cylindrical-coordinate representation of color #1999EA: hue angle of 203.25º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1999EA is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 153 | 234 | - |
| CMYK | 0.89 | 0.35 | 0 | 0.08 |
| HSL | 203.25º | 0.83% | 0.51% | - |
| HSV(B) | 203.25º | 0.89% | 0.92% | - |
| XYZ | 26.64 | 28.93 | 82.02 | - |
| YUV | 123.96 | 190.09 | 57.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 153 | 234 | 0.89 | 0.35 | 0 | 0.08 | 203.25 | 0.83 | 0.51 |
| Hex | 19 | 99 | EA | 59 | 23 | 0 | 8 | CB | 53 | 33 |
| Octal | 31 | 231 | 352 | 131 | 43 | 0 | 10 | 313 | 123 | 63 |
| Binary | 11001 | 10011001 | 11101010 | 1011001 | 100011 | 0 | 1000 | 11001011 | 1010011 | 110011 |
Color Harmonies of #1999EA
Complementary color
Monochromatic Colors of #1999EA
Black with #1999EA
Text Example
Text Example
White with #1999EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1999EA; }
p { color: rgb(25,153,234); }
H1.HeaderClassName
{
color: #1999EA;
}
.AnyTagClassName
{
color: #1999EA;
}
</style>
background-color css
<style>
a { background-color: #1999EA; }
a { background-color: rgb(25,153,234); }
div.DivClassName
{
background-color: #1999EA;
}
.BgClassName
{
background-color: #1999EA;
}
</style>
border-color css
<style>
span { border-color: #1999EA; }
span { border-color: rgb(25,153,234); }
td.TdClassName
{
border-color: #1999EA;
}
.TagClassName
{
border-color: #1999EA;
}
</style>