Shades of Dodger Blue #0F9EFF
Tints of Dodger Blue #0F9EFF
RGB
CMYK
RGB Variations
Color information
#0F9EFF (or 0x0F9EFF) is known color: Dodger Blue. HEX triplet: 0F, 9E and FF. RGB value is (15,158,255). Sum of RGB (Red+Green+Blue) = 15+158+255=428 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.50% from 428); Green value is 158 (62.11% from 255 or 36.92% from 428); Blue value is 255 (100% from 255 or 59.58% from 428); Max value from RGB is 255 - color contains mainly: blue. Hex color #0F9EFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0F9EFF is #F06100. Grayscale: #7D7D7D. Windows color (decimal): -15753473 or 16752143. OLE color: 16752143.
HSL color Cylindrical-coordinate representation of color #0F9EFF: hue angle of 204.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F9EFF is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 158 | 255 | - |
| CMYK | 0.94 | 0.38 | 0 | 0 |
| HSL | 204.25º | 1% | 0.53% | - |
| HSV(B) | 204.25º | 0.94% | 1% | - |
| XYZ | 30.47 | 31.78 | 99.13 | - |
| YUV | 126.3 | 200.62 | 48.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 158 | 255 | 0.94 | 0.38 | 0 | 0 | 204.25 | 1 | 0.53 |
| Hex | F | 9E | FF | 5E | 26 | 0 | 0 | CC | 64 | 35 |
| Octal | 17 | 236 | 377 | 136 | 46 | 0 | 0 | 314 | 144 | 65 |
| Binary | 1111 | 10011110 | 11111111 | 1011110 | 100110 | 0 | 0 | 11001100 | 1100100 | 110101 |
Color Harmonies of #0F9EFF
Complementary color
Monochromatic Colors of #0F9EFF
Black with #0F9EFF
Text Example
Text Example
White with #0F9EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9EFF; }
p { color: rgb(15,158,255); }
H1.HeaderClassName
{
color: #0F9EFF;
}
.AnyTagClassName
{
color: #0F9EFF;
}
</style>
background-color css
<style>
a { background-color: #0F9EFF; }
a { background-color: rgb(15,158,255); }
div.DivClassName
{
background-color: #0F9EFF;
}
.BgClassName
{
background-color: #0F9EFF;
}
</style>
border-color css
<style>
span { border-color: #0F9EFF; }
span { border-color: rgb(15,158,255); }
td.TdClassName
{
border-color: #0F9EFF;
}
.TagClassName
{
border-color: #0F9EFF;
}
</style>