Shades of Dodger Blue #0F8BEE
Tints of Dodger Blue #0F8BEE
RGB
CMYK
RGB Variations
Color information
#0F8BEE (or 0x0F8BEE) is known color: Dodger Blue. HEX triplet: 0F, 8B and EE. RGB value is (15,139,238). Sum of RGB (Red+Green+Blue) = 15+139+238=392 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.83% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 238 (93.36% from 255 or 60.71% from 392); Max value from RGB is 238 - color contains mainly: blue. Hex color #0F8BEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0F8BEE is #F07411. Grayscale: #707070. Windows color (decimal): -15758354 or 15633167. OLE color: 15633167.
HSL color Cylindrical-coordinate representation of color #0F8BEE: hue angle of 206.64º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F8BEE is Cyan = 0.94, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 15 | 139 | 238 | - |
| CMYK | 0.94 | 0.42 | 0 | 0.07 |
| HSL | 206.64º | 0.88% | 0.5% | - |
| HSV(B) | 206.64º | 0.94% | 0.93% | - |
| XYZ | 24.86 | 24.74 | 84.35 | - |
| YUV | 113.21 | 198.42 | 57.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 139 | 238 | 0.94 | 0.42 | 0 | 0.07 | 206.64 | 0.88 | 0.5 |
| Hex | F | 8B | EE | 5E | 2A | 0 | 7 | CF | 58 | 32 |
| Octal | 17 | 213 | 356 | 136 | 52 | 0 | 7 | 317 | 130 | 62 |
| Binary | 1111 | 10001011 | 11101110 | 1011110 | 101010 | 0 | 111 | 11001111 | 1011000 | 110010 |
Color Harmonies of #0F8BEE
Complementary color
Monochromatic Colors of #0F8BEE
Black with #0F8BEE
Text Example
Text Example
White with #0F8BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8BEE; }
p { color: rgb(15,139,238); }
H1.HeaderClassName
{
color: #0F8BEE;
}
.AnyTagClassName
{
color: #0F8BEE;
}
</style>
background-color css
<style>
a { background-color: #0F8BEE; }
a { background-color: rgb(15,139,238); }
div.DivClassName
{
background-color: #0F8BEE;
}
.BgClassName
{
background-color: #0F8BEE;
}
</style>
border-color css
<style>
span { border-color: #0F8BEE; }
span { border-color: rgb(15,139,238); }
td.TdClassName
{
border-color: #0F8BEE;
}
.TagClassName
{
border-color: #0F8BEE;
}
</style>