Shades of Dodger Blue #0F7CFE
Tints of Dodger Blue #0F7CFE
RGB
CMYK
RGB Variations
Color information
#0F7CFE (or 0x0F7CFE) is known color: Dodger Blue. HEX triplet: 0F, 7C and FE. RGB value is (15,124,254). Sum of RGB (Red+Green+Blue) = 15+124+254=393 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.82% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 254 (99.61% from 255 or 64.63% from 393); Max value from RGB is 254 - color contains mainly: blue. Hex color #0F7CFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F7CFE is #F08301. Grayscale: #696969. Windows color (decimal): -15762178 or 16677903. OLE color: 16677903.
HSL color Cylindrical-coordinate representation of color #0F7CFE: hue angle of 212.64º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F7CFE is Cyan = 0.94, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 15 | 124 | 254 | - |
| CMYK | 0.94 | 0.51 | 0 | 0.00 |
| HSL | 212.64º | 0.99% | 0.53% | - |
| HSV(B) | 212.64º | 0.94% | 1% | - |
| XYZ | 25.29 | 21.67 | 96.62 | - |
| YUV | 106.23 | 211.39 | 62.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 124 | 254 | 0.94 | 0.51 | 0 | 0.00 | 212.64 | 0.99 | 0.53 |
| Hex | F | 7C | FE | 5E | 33 | 0 | 0 | D5 | 63 | 35 |
| Octal | 17 | 174 | 376 | 136 | 63 | 0 | 0 | 325 | 143 | 65 |
| Binary | 1111 | 1111100 | 11111110 | 1011110 | 110011 | 0 | 0 | 11010101 | 1100011 | 110101 |
Color Harmonies of #0F7CFE
Complementary color
Monochromatic Colors of #0F7CFE
Black with #0F7CFE
Text Example
Text Example
White with #0F7CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7CFE; }
p { color: rgb(15,124,254); }
H1.HeaderClassName
{
color: #0F7CFE;
}
.AnyTagClassName
{
color: #0F7CFE;
}
</style>
background-color css
<style>
a { background-color: #0F7CFE; }
a { background-color: rgb(15,124,254); }
div.DivClassName
{
background-color: #0F7CFE;
}
.BgClassName
{
background-color: #0F7CFE;
}
</style>
border-color css
<style>
span { border-color: #0F7CFE; }
span { border-color: rgb(15,124,254); }
td.TdClassName
{
border-color: #0F7CFE;
}
.TagClassName
{
border-color: #0F7CFE;
}
</style>