Shades of Dodger Blue #0F9EEC
Tints of Dodger Blue #0F9EEC
RGB
CMYK
RGB Variations
Color information
#0F9EEC (or 0x0F9EEC) is known color: Dodger Blue. HEX triplet: 0F, 9E and EC. RGB value is (15,158,236). Sum of RGB (Red+Green+Blue) = 15+158+236=409 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.67% from 409); Green value is 158 (62.11% from 255 or 38.63% from 409); Blue value is 236 (92.58% from 255 or 57.70% from 409); Max value from RGB is 236 - color contains mainly: blue. Hex color #0F9EEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0F9EEC is #F06113. Grayscale: #7B7B7B. Windows color (decimal): -15753492 or 15506959. OLE color: 15506959.
HSL color Cylindrical-coordinate representation of color #0F9EEC: hue angle of 201.18º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F9EEC is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 15 | 158 | 236 | - |
| CMYK | 0.94 | 0.33 | 0 | 0.07 |
| HSL | 201.18º | 0.88% | 0.49% | - |
| HSV(B) | 201.18º | 0.94% | 0.93% | - |
| XYZ | 27.56 | 30.61 | 83.81 | - |
| YUV | 124.14 | 191.12 | 50.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 158 | 236 | 0.94 | 0.33 | 0 | 0.07 | 201.18 | 0.88 | 0.49 |
| Hex | F | 9E | EC | 5E | 21 | 0 | 7 | C9 | 58 | 31 |
| Octal | 17 | 236 | 354 | 136 | 41 | 0 | 7 | 311 | 130 | 61 |
| Binary | 1111 | 10011110 | 11101100 | 1011110 | 100001 | 0 | 111 | 11001001 | 1011000 | 110001 |
Color Harmonies of #0F9EEC
Complementary color
Monochromatic Colors of #0F9EEC
Black with #0F9EEC
Text Example
Text Example
White with #0F9EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9EEC; }
p { color: rgb(15,158,236); }
H1.HeaderClassName
{
color: #0F9EEC;
}
.AnyTagClassName
{
color: #0F9EEC;
}
</style>
background-color css
<style>
a { background-color: #0F9EEC; }
a { background-color: rgb(15,158,236); }
div.DivClassName
{
background-color: #0F9EEC;
}
.BgClassName
{
background-color: #0F9EEC;
}
</style>
border-color css
<style>
span { border-color: #0F9EEC; }
span { border-color: rgb(15,158,236); }
td.TdClassName
{
border-color: #0F9EEC;
}
.TagClassName
{
border-color: #0F9EEC;
}
</style>