Shades of Dodger Blue #0F7CEC
Tints of Dodger Blue #0F7CEC
RGB
CMYK
RGB Variations
Color information
#0F7CEC (or 0x0F7CEC) is known color: Dodger Blue. HEX triplet: 0F, 7C and EC. RGB value is (15,124,236). Sum of RGB (Red+Green+Blue) = 15+124+236=375 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4% from 375); Green value is 124 (48.83% from 255 or 33.07% from 375); Blue value is 236 (92.58% from 255 or 62.93% from 375); Max value from RGB is 236 - color contains mainly: blue. Hex color #0F7CEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F7CEC is #F08313. Grayscale: #676767. Windows color (decimal): -15762196 or 15498255. OLE color: 15498255.
HSL color Cylindrical-coordinate representation of color #0F7CEC: hue angle of 210.41º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F7CEC is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 15 | 124 | 236 | - |
| CMYK | 0.94 | 0.47 | 0 | 0.07 |
| HSL | 210.41º | 0.88% | 0.49% | - |
| HSV(B) | 210.41º | 0.94% | 0.93% | - |
| XYZ | 22.54 | 20.57 | 82.14 | - |
| YUV | 104.18 | 202.39 | 64.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 124 | 236 | 0.94 | 0.47 | 0 | 0.07 | 210.41 | 0.88 | 0.49 |
| Hex | F | 7C | EC | 5E | 2F | 0 | 7 | D2 | 58 | 31 |
| Octal | 17 | 174 | 354 | 136 | 57 | 0 | 7 | 322 | 130 | 61 |
| Binary | 1111 | 1111100 | 11101100 | 1011110 | 101111 | 0 | 111 | 11010010 | 1011000 | 110001 |
Color Harmonies of #0F7CEC
Complementary color
Monochromatic Colors of #0F7CEC
Black with #0F7CEC
Text Example
Text Example
White with #0F7CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7CEC; }
p { color: rgb(15,124,236); }
H1.HeaderClassName
{
color: #0F7CEC;
}
.AnyTagClassName
{
color: #0F7CEC;
}
</style>
background-color css
<style>
a { background-color: #0F7CEC; }
a { background-color: rgb(15,124,236); }
div.DivClassName
{
background-color: #0F7CEC;
}
.BgClassName
{
background-color: #0F7CEC;
}
</style>
border-color css
<style>
span { border-color: #0F7CEC; }
span { border-color: rgb(15,124,236); }
td.TdClassName
{
border-color: #0F7CEC;
}
.TagClassName
{
border-color: #0F7CEC;
}
</style>