Shades of Dodger Blue #199DEA
Tints of Dodger Blue #199DEA
RGB
CMYK
RGB Variations
Color information
#199DEA (or 0x199DEA) is known color: Dodger Blue. HEX triplet: 19, 9D and EA. RGB value is (25,157,234). Sum of RGB (Red+Green+Blue) = 25+157+234=416 (55% of max value = 765). Red value is 25 (10.16% from 255 or 6.01% from 416); Green value is 157 (61.72% from 255 or 37.74% from 416); Blue value is 234 (91.80% from 255 or 56.25% from 416); Max value from RGB is 234 - color contains mainly: blue. Hex color #199DEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #199DEA is #E66215. Grayscale: #7D7D7D. Windows color (decimal): -15098390 or 15375641. OLE color: 15375641.
HSL color Cylindrical-coordinate representation of color #199DEA: hue angle of 202.11º 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 #199DEA is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 157 | 234 | - |
| CMYK | 0.89 | 0.33 | 0 | 0.08 |
| HSL | 202.11º | 0.83% | 0.51% | - |
| HSV(B) | 202.11º | 0.89% | 0.92% | - |
| XYZ | 27.31 | 30.26 | 82.24 | - |
| YUV | 126.31 | 188.77 | 55.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 157 | 234 | 0.89 | 0.33 | 0 | 0.08 | 202.11 | 0.83 | 0.51 |
| Hex | 19 | 9D | EA | 59 | 21 | 0 | 8 | CA | 53 | 33 |
| Octal | 31 | 235 | 352 | 131 | 41 | 0 | 10 | 312 | 123 | 63 |
| Binary | 11001 | 10011101 | 11101010 | 1011001 | 100001 | 0 | 1000 | 11001010 | 1010011 | 110011 |
Color Harmonies of #199DEA
Complementary color
Monochromatic Colors of #199DEA
Black with #199DEA
Text Example
Text Example
White with #199DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199DEA; }
p { color: rgb(25,157,234); }
H1.HeaderClassName
{
color: #199DEA;
}
.AnyTagClassName
{
color: #199DEA;
}
</style>
background-color css
<style>
a { background-color: #199DEA; }
a { background-color: rgb(25,157,234); }
div.DivClassName
{
background-color: #199DEA;
}
.BgClassName
{
background-color: #199DEA;
}
</style>
border-color css
<style>
span { border-color: #199DEA; }
span { border-color: rgb(25,157,234); }
td.TdClassName
{
border-color: #199DEA;
}
.TagClassName
{
border-color: #199DEA;
}
</style>