Shades of Dodger Blue #0F8EEB
Tints of Dodger Blue #0F8EEB
RGB
CMYK
RGB Variations
Color information
#0F8EEB (or 0x0F8EEB) is known color: Dodger Blue. HEX triplet: 0F, 8E and EB. RGB value is (15,142,235). Sum of RGB (Red+Green+Blue) = 15+142+235=392 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.83% from 392); Green value is 142 (55.86% from 255 or 36.22% from 392); Blue value is 235 (92.19% from 255 or 59.95% from 392); Max value from RGB is 235 - color contains mainly: blue. Hex color #0F8EEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0F8EEB is #F07114. Grayscale: #727272. Windows color (decimal): -15757589 or 15437327. OLE color: 15437327.
HSL color Cylindrical-coordinate representation of color #0F8EEB: hue angle of 205.36º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F8EEB is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 15 | 142 | 235 | - |
| CMYK | 0.94 | 0.40 | 0 | 0.08 |
| HSL | 205.36º | 0.88% | 0.49% | - |
| HSV(B) | 205.36º | 0.94% | 0.92% | - |
| XYZ | 24.87 | 25.45 | 82.2 | - |
| YUV | 114.63 | 195.92 | 56.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 142 | 235 | 0.94 | 0.40 | 0 | 0.08 | 205.36 | 0.88 | 0.49 |
| Hex | F | 8E | EB | 5E | 28 | 0 | 8 | CD | 58 | 31 |
| Octal | 17 | 216 | 353 | 136 | 50 | 0 | 10 | 315 | 130 | 61 |
| Binary | 1111 | 10001110 | 11101011 | 1011110 | 101000 | 0 | 1000 | 11001101 | 1011000 | 110001 |
Color Harmonies of #0F8EEB
Complementary color
Monochromatic Colors of #0F8EEB
Black with #0F8EEB
Text Example
Text Example
White with #0F8EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8EEB; }
p { color: rgb(15,142,235); }
H1.HeaderClassName
{
color: #0F8EEB;
}
.AnyTagClassName
{
color: #0F8EEB;
}
</style>
background-color css
<style>
a { background-color: #0F8EEB; }
a { background-color: rgb(15,142,235); }
div.DivClassName
{
background-color: #0F8EEB;
}
.BgClassName
{
background-color: #0F8EEB;
}
</style>
border-color css
<style>
span { border-color: #0F8EEB; }
span { border-color: rgb(15,142,235); }
td.TdClassName
{
border-color: #0F8EEB;
}
.TagClassName
{
border-color: #0F8EEB;
}
</style>