Shades of Dodger Blue #099EE8
Tints of Dodger Blue #099EE8
RGB
CMYK
RGB Variations
Color information
#099EE8 (or 0x099EE8) is known color: Dodger Blue. HEX triplet: 09, 9E and E8. RGB value is (9,158,232). Sum of RGB (Red+Green+Blue) = 9+158+232=399 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.26% from 399); Green value is 158 (62.11% from 255 or 39.60% from 399); Blue value is 232 (91.02% from 255 or 58.15% from 399); Max value from RGB is 232 - color contains mainly: blue. Hex color #099EE8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #099EE8 is #F66117. Grayscale: #797979. Windows color (decimal): -16146712 or 15244809. OLE color: 15244809.
HSL color Cylindrical-coordinate representation of color #099EE8: hue angle of 199.91º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #099EE8 is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 9 | 158 | 232 | - |
| CMYK | 0.96 | 0.32 | 0 | 0.09 |
| HSL | 199.91º | 0.93% | 0.47% | - |
| HSV(B) | 199.91º | 0.96% | 0.91% | - |
| XYZ | 26.91 | 30.34 | 80.78 | - |
| YUV | 121.89 | 190.14 | 47.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 158 | 232 | 0.96 | 0.32 | 0 | 0.09 | 199.91 | 0.93 | 0.47 |
| Hex | 9 | 9E | E8 | 60 | 20 | 0 | 9 | C8 | 5D | 2F |
| Octal | 11 | 236 | 350 | 140 | 40 | 0 | 11 | 310 | 135 | 57 |
| Binary | 1001 | 10011110 | 11101000 | 1100000 | 100000 | 0 | 1001 | 11001000 | 1011101 | 101111 |
Color Harmonies of #099EE8
Complementary color
Monochromatic Colors of #099EE8
Black with #099EE8
Text Example
Text Example
White with #099EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099EE8; }
p { color: rgb(9,158,232); }
H1.HeaderClassName
{
color: #099EE8;
}
.AnyTagClassName
{
color: #099EE8;
}
</style>
background-color css
<style>
a { background-color: #099EE8; }
a { background-color: rgb(9,158,232); }
div.DivClassName
{
background-color: #099EE8;
}
.BgClassName
{
background-color: #099EE8;
}
</style>
border-color css
<style>
span { border-color: #099EE8; }
span { border-color: rgb(9,158,232); }
td.TdClassName
{
border-color: #099EE8;
}
.TagClassName
{
border-color: #099EE8;
}
</style>