Shades of Dodger Blue #0F7CFF
Tints of Dodger Blue #0F7CFF
RGB
CMYK
RGB Variations
Color information
#0F7CFF (or 0x0F7CFF) is known color: Dodger Blue. HEX triplet: 0F, 7C and FF. RGB value is (15,124,255). Sum of RGB (Red+Green+Blue) = 15+124+255=394 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.81% from 394); Green value is 124 (48.83% from 255 or 31.47% from 394); Blue value is 255 (100% from 255 or 64.72% from 394); Max value from RGB is 255 - color contains mainly: blue. Hex color #0F7CFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F7CFF is #F08300. Grayscale: #696969. Windows color (decimal): -15762177 or 16743439. OLE color: 16743439.
HSL color Cylindrical-coordinate representation of color #0F7CFF: hue angle of 212.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F7CFF is Cyan = 0.94, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 124 | 255 | - |
| CMYK | 0.94 | 0.51 | 0 | 0 |
| HSL | 212.75º | 1% | 0.53% | - |
| HSV(B) | 212.75º | 0.94% | 1% | - |
| XYZ | 25.45 | 21.74 | 97.46 | - |
| YUV | 106.34 | 211.89 | 62.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 124 | 255 | 0.94 | 0.51 | 0 | 0 | 212.75 | 1 | 0.53 |
| Hex | F | 7C | FF | 5E | 33 | 0 | 0 | D5 | 64 | 35 |
| Octal | 17 | 174 | 377 | 136 | 63 | 0 | 0 | 325 | 144 | 65 |
| Binary | 1111 | 1111100 | 11111111 | 1011110 | 110011 | 0 | 0 | 11010101 | 1100100 | 110101 |
Color Harmonies of #0F7CFF
Complementary color
Monochromatic Colors of #0F7CFF
Black with #0F7CFF
Text Example
Text Example
White with #0F7CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7CFF; }
p { color: rgb(15,124,255); }
H1.HeaderClassName
{
color: #0F7CFF;
}
.AnyTagClassName
{
color: #0F7CFF;
}
</style>
background-color css
<style>
a { background-color: #0F7CFF; }
a { background-color: rgb(15,124,255); }
div.DivClassName
{
background-color: #0F7CFF;
}
.BgClassName
{
background-color: #0F7CFF;
}
</style>
border-color css
<style>
span { border-color: #0F7CFF; }
span { border-color: rgb(15,124,255); }
td.TdClassName
{
border-color: #0F7CFF;
}
.TagClassName
{
border-color: #0F7CFF;
}
</style>