Shades of Dodger Blue #0F85EF
Tints of Dodger Blue #0F85EF
RGB
CMYK
RGB Variations
Color information
#0F85EF (or 0x0F85EF) is known color: Dodger Blue. HEX triplet: 0F, 85 and EF. RGB value is (15,133,239). Sum of RGB (Red+Green+Blue) = 15+133+239=387 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.88% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 239 (93.75% from 255 or 61.76% from 387); Max value from RGB is 239 - color contains mainly: blue. Hex color #0F85EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0F85EF is #F07A10. Grayscale: #6D6D6D. Windows color (decimal): -15759889 or 15697167. OLE color: 15697167.
HSL color Cylindrical-coordinate representation of color #0F85EF: hue angle of 208.39º 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 #0F85EF is Cyan = 0.94, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 15 | 133 | 239 | - |
| CMYK | 0.94 | 0.44 | 0 | 0.06 |
| HSL | 208.39º | 0.88% | 0.5% | - |
| HSV(B) | 208.39º | 0.94% | 0.94% | - |
| XYZ | 24.16 | 23.11 | 84.85 | - |
| YUV | 109.8 | 200.91 | 60.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 133 | 239 | 0.94 | 0.44 | 0 | 0.06 | 208.39 | 0.88 | 0.5 |
| Hex | F | 85 | EF | 5E | 2C | 0 | 6 | D0 | 58 | 32 |
| Octal | 17 | 205 | 357 | 136 | 54 | 0 | 6 | 320 | 130 | 62 |
| Binary | 1111 | 10000101 | 11101111 | 1011110 | 101100 | 0 | 110 | 11010000 | 1011000 | 110010 |
Color Harmonies of #0F85EF
Complementary color
Monochromatic Colors of #0F85EF
Black with #0F85EF
Text Example
Text Example
White with #0F85EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F85EF; }
p { color: rgb(15,133,239); }
H1.HeaderClassName
{
color: #0F85EF;
}
.AnyTagClassName
{
color: #0F85EF;
}
</style>
background-color css
<style>
a { background-color: #0F85EF; }
a { background-color: rgb(15,133,239); }
div.DivClassName
{
background-color: #0F85EF;
}
.BgClassName
{
background-color: #0F85EF;
}
</style>
border-color css
<style>
span { border-color: #0F85EF; }
span { border-color: rgb(15,133,239); }
td.TdClassName
{
border-color: #0F85EF;
}
.TagClassName
{
border-color: #0F85EF;
}
</style>