Shades of Dodger Blue #0F7EFE
Tints of Dodger Blue #0F7EFE
RGB
CMYK
RGB Variations
Color information
#0F7EFE (or 0x0F7EFE) is known color: Dodger Blue. HEX triplet: 0F, 7E and FE. RGB value is (15,126,254). Sum of RGB (Red+Green+Blue) = 15+126+254=395 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.80% from 395); Green value is 126 (49.61% from 255 or 31.90% from 395); Blue value is 254 (99.61% from 255 or 64.30% from 395); Max value from RGB is 254 - color contains mainly: blue. Hex color #0F7EFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F7EFE is #F08101. Grayscale: #6A6A6A. Windows color (decimal): -15761666 or 16678415. OLE color: 16678415.
HSL color Cylindrical-coordinate representation of color #0F7EFE: hue angle of 212.13º 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 #0F7EFE is Cyan = 0.94, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 15 | 126 | 254 | - |
| CMYK | 0.94 | 0.50 | 0 | 0.00 |
| HSL | 212.13º | 0.99% | 0.53% | - |
| HSV(B) | 212.13º | 0.94% | 1% | - |
| XYZ | 25.55 | 22.18 | 96.7 | - |
| YUV | 107.4 | 210.73 | 62.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 126 | 254 | 0.94 | 0.50 | 0 | 0.00 | 212.13 | 0.99 | 0.53 |
| Hex | F | 7E | FE | 5E | 32 | 0 | 0 | D4 | 63 | 35 |
| Octal | 17 | 176 | 376 | 136 | 62 | 0 | 0 | 324 | 143 | 65 |
| Binary | 1111 | 1111110 | 11111110 | 1011110 | 110010 | 0 | 0 | 11010100 | 1100011 | 110101 |
Color Harmonies of #0F7EFE
Complementary color
Monochromatic Colors of #0F7EFE
Black with #0F7EFE
Text Example
Text Example
White with #0F7EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7EFE; }
p { color: rgb(15,126,254); }
H1.HeaderClassName
{
color: #0F7EFE;
}
.AnyTagClassName
{
color: #0F7EFE;
}
</style>
background-color css
<style>
a { background-color: #0F7EFE; }
a { background-color: rgb(15,126,254); }
div.DivClassName
{
background-color: #0F7EFE;
}
.BgClassName
{
background-color: #0F7EFE;
}
</style>
border-color css
<style>
span { border-color: #0F7EFE; }
span { border-color: rgb(15,126,254); }
td.TdClassName
{
border-color: #0F7EFE;
}
.TagClassName
{
border-color: #0F7EFE;
}
</style>