Shades of Dodger Blue #0F9EEF
Tints of Dodger Blue #0F9EEF
RGB
CMYK
RGB Variations
Color information
#0F9EEF (or 0x0F9EEF) is known color: Dodger Blue. HEX triplet: 0F, 9E and EF. RGB value is (15,158,239). Sum of RGB (Red+Green+Blue) = 15+158+239=412 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.64% from 412); Green value is 158 (62.11% from 255 or 38.35% from 412); Blue value is 239 (93.75% from 255 or 58.01% from 412); Max value from RGB is 239 - color contains mainly: blue. Hex color #0F9EEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0F9EEF is #F06110. Grayscale: #7C7C7C. Windows color (decimal): -15753489 or 15703567. OLE color: 15703567.
HSL color Cylindrical-coordinate representation of color #0F9EEF: hue angle of 201.7º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F9EEF is Cyan = 0.94, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 15 | 158 | 239 | - |
| CMYK | 0.94 | 0.34 | 0 | 0.06 |
| HSL | 201.7º | 0.88% | 0.5% | - |
| HSV(B) | 201.7º | 0.94% | 0.94% | - |
| XYZ | 28 | 30.79 | 86.13 | - |
| YUV | 124.48 | 192.62 | 49.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 158 | 239 | 0.94 | 0.34 | 0 | 0.06 | 201.7 | 0.88 | 0.5 |
| Hex | F | 9E | EF | 5E | 22 | 0 | 6 | CA | 58 | 32 |
| Octal | 17 | 236 | 357 | 136 | 42 | 0 | 6 | 312 | 130 | 62 |
| Binary | 1111 | 10011110 | 11101111 | 1011110 | 100010 | 0 | 110 | 11001010 | 1011000 | 110010 |
Color Harmonies of #0F9EEF
Complementary color
Monochromatic Colors of #0F9EEF
Black with #0F9EEF
Text Example
Text Example
White with #0F9EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9EEF; }
p { color: rgb(15,158,239); }
H1.HeaderClassName
{
color: #0F9EEF;
}
.AnyTagClassName
{
color: #0F9EEF;
}
</style>
background-color css
<style>
a { background-color: #0F9EEF; }
a { background-color: rgb(15,158,239); }
div.DivClassName
{
background-color: #0F9EEF;
}
.BgClassName
{
background-color: #0F9EEF;
}
</style>
border-color css
<style>
span { border-color: #0F9EEF; }
span { border-color: rgb(15,158,239); }
td.TdClassName
{
border-color: #0F9EEF;
}
.TagClassName
{
border-color: #0F9EEF;
}
</style>