Shades of Dodger Blue #0F8BDE
Tints of Dodger Blue #0F8BDE
RGB
CMYK
RGB Variations
Color information
#0F8BDE (or 0x0F8BDE) is known color: Dodger Blue. HEX triplet: 0F, 8B and DE. RGB value is (15,139,222). Sum of RGB (Red+Green+Blue) = 15+139+222=376 (49% of max value = 765). Red value is 15 (6.25% from 255 or 3.99% from 376); Green value is 139 (54.69% from 255 or 36.97% from 376); Blue value is 222 (87.11% from 255 or 59.04% from 376); Max value from RGB is 222 - color contains mainly: blue. Hex color #0F8BDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F8BDE is #F07421. Grayscale: #6E6E6E. Windows color (decimal): -15758370 or 14584591. OLE color: 14584591.
HSL color Cylindrical-coordinate representation of color #0F8BDE: hue angle of 204.06º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F8BDE is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 139 | 222 | - |
| CMYK | 0.93 | 0.37 | 0 | 0.13 |
| HSL | 204.06º | 0.87% | 0.46% | - |
| HSV(B) | 204.06º | 0.93% | 0.87% | - |
| XYZ | 22.61 | 23.84 | 72.52 | - |
| YUV | 111.39 | 190.42 | 59.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 139 | 222 | 0.93 | 0.37 | 0 | 0.13 | 204.06 | 0.87 | 0.46 |
| Hex | F | 8B | DE | 5D | 25 | 0 | D | CC | 57 | 2E |
| Octal | 17 | 213 | 336 | 135 | 45 | 0 | 15 | 314 | 127 | 56 |
| Binary | 1111 | 10001011 | 11011110 | 1011101 | 100101 | 0 | 1101 | 11001100 | 1010111 | 101110 |
Color Harmonies of #0F8BDE
Complementary color
Monochromatic Colors of #0F8BDE
Black with #0F8BDE
Text Example
Text Example
White with #0F8BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8BDE; }
p { color: rgb(15,139,222); }
H1.HeaderClassName
{
color: #0F8BDE;
}
.AnyTagClassName
{
color: #0F8BDE;
}
</style>
background-color css
<style>
a { background-color: #0F8BDE; }
a { background-color: rgb(15,139,222); }
div.DivClassName
{
background-color: #0F8BDE;
}
.BgClassName
{
background-color: #0F8BDE;
}
</style>
border-color css
<style>
span { border-color: #0F8BDE; }
span { border-color: rgb(15,139,222); }
td.TdClassName
{
border-color: #0F8BDE;
}
.TagClassName
{
border-color: #0F8BDE;
}
</style>