Shades of Dodger Blue #0E7CFE
Tints of Dodger Blue #0E7CFE
RGB
CMYK
RGB Variations
Color information
#0E7CFE (or 0x0E7CFE) is known color: Dodger Blue. HEX triplet: 0E, 7C and FE. RGB value is (14,124,254). Sum of RGB (Red+Green+Blue) = 14+124+254=392 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.57% from 392); Green value is 124 (48.83% from 255 or 31.63% from 392); Blue value is 254 (99.61% from 255 or 64.80% from 392); Max value from RGB is 254 - color contains mainly: blue. Hex color #0E7CFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E7CFE is #F18301. Grayscale: #696969. Windows color (decimal): -15827714 or 16677902. OLE color: 16677902.
HSL color Cylindrical-coordinate representation of color #0E7CFE: hue angle of 212.5º 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 #0E7CFE is Cyan = 0.94, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 14 | 124 | 254 | - |
| CMYK | 0.94 | 0.51 | 0 | 0.00 |
| HSL | 212.5º | 0.99% | 0.53% | - |
| HSV(B) | 212.5º | 0.94% | 1% | - |
| XYZ | 25.28 | 21.66 | 96.62 | - |
| YUV | 105.93 | 211.56 | 62.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 124 | 254 | 0.94 | 0.51 | 0 | 0.00 | 212.5 | 0.99 | 0.53 |
| Hex | E | 7C | FE | 5E | 33 | 0 | 0 | D4 | 63 | 35 |
| Octal | 16 | 174 | 376 | 136 | 63 | 0 | 0 | 324 | 143 | 65 |
| Binary | 1110 | 1111100 | 11111110 | 1011110 | 110011 | 0 | 0 | 11010100 | 1100011 | 110101 |
Color Harmonies of #0E7CFE
Complementary color
Monochromatic Colors of #0E7CFE
Black with #0E7CFE
Text Example
Text Example
White with #0E7CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7CFE; }
p { color: rgb(14,124,254); }
H1.HeaderClassName
{
color: #0E7CFE;
}
.AnyTagClassName
{
color: #0E7CFE;
}
</style>
background-color css
<style>
a { background-color: #0E7CFE; }
a { background-color: rgb(14,124,254); }
div.DivClassName
{
background-color: #0E7CFE;
}
.BgClassName
{
background-color: #0E7CFE;
}
</style>
border-color css
<style>
span { border-color: #0E7CFE; }
span { border-color: rgb(14,124,254); }
td.TdClassName
{
border-color: #0E7CFE;
}
.TagClassName
{
border-color: #0E7CFE;
}
</style>