Shades of Dodger Blue #099EEF
Tints of Dodger Blue #099EEF
RGB
CMYK
RGB Variations
Color information
#099EEF (or 0x099EEF) is known color: Dodger Blue. HEX triplet: 09, 9E and EF. RGB value is (9,158,239). Sum of RGB (Red+Green+Blue) = 9+158+239=406 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.22% from 406); Green value is 158 (62.11% from 255 or 38.92% from 406); Blue value is 239 (93.75% from 255 or 58.87% from 406); Max value from RGB is 239 - color contains mainly: blue. Hex color #099EEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #099EEF is #F66110. Grayscale: #7A7A7A. Windows color (decimal): -16146705 or 15703561. OLE color: 15703561.
HSL color Cylindrical-coordinate representation of color #099EEF: hue angle of 201.13º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #099EEF is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 158 | 239 | - |
| CMYK | 0.96 | 0.34 | 0 | 0.06 |
| HSL | 201.13º | 0.93% | 0.49% | - |
| HSV(B) | 201.13º | 0.96% | 0.94% | - |
| XYZ | 27.92 | 30.74 | 86.12 | - |
| YUV | 122.68 | 193.64 | 46.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 158 | 239 | 0.96 | 0.34 | 0 | 0.06 | 201.13 | 0.93 | 0.49 |
| Hex | 9 | 9E | EF | 60 | 22 | 0 | 6 | C9 | 5D | 31 |
| Octal | 11 | 236 | 357 | 140 | 42 | 0 | 6 | 311 | 135 | 61 |
| Binary | 1001 | 10011110 | 11101111 | 1100000 | 100010 | 0 | 110 | 11001001 | 1011101 | 110001 |
Color Harmonies of #099EEF
Complementary color
Monochromatic Colors of #099EEF
Black with #099EEF
Text Example
Text Example
White with #099EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099EEF; }
p { color: rgb(9,158,239); }
H1.HeaderClassName
{
color: #099EEF;
}
.AnyTagClassName
{
color: #099EEF;
}
</style>
background-color css
<style>
a { background-color: #099EEF; }
a { background-color: rgb(9,158,239); }
div.DivClassName
{
background-color: #099EEF;
}
.BgClassName
{
background-color: #099EEF;
}
</style>
border-color css
<style>
span { border-color: #099EEF; }
span { border-color: rgb(9,158,239); }
td.TdClassName
{
border-color: #099EEF;
}
.TagClassName
{
border-color: #099EEF;
}
</style>