Shades of Dodger Blue #0E7DEE
Tints of Dodger Blue #0E7DEE
RGB
CMYK
RGB Variations
Color information
#0E7DEE (or 0x0E7DEE) is known color: Dodger Blue. HEX triplet: 0E, 7D and EE. RGB value is (14,125,238). Sum of RGB (Red+Green+Blue) = 14+125+238=377 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.71% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 238 (93.36% from 255 or 63.13% from 377); Max value from RGB is 238 - color contains mainly: blue. Hex color #0E7DEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E7DEE is #F18211. Grayscale: #686868. Windows color (decimal): -15827474 or 15629582. OLE color: 15629582.
HSL color Cylindrical-coordinate representation of color #0E7DEE: hue angle of 210.27º degrees, saturation: 0.89, 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 #0E7DEE is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 14 | 125 | 238 | - |
| CMYK | 0.94 | 0.47 | 0 | 0.07 |
| HSL | 210.27º | 0.89% | 0.49% | - |
| HSV(B) | 210.27º | 0.94% | 0.93% | - |
| XYZ | 22.95 | 20.93 | 83.72 | - |
| YUV | 104.69 | 203.23 | 63.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 125 | 238 | 0.94 | 0.47 | 0 | 0.07 | 210.27 | 0.89 | 0.49 |
| Hex | E | 7D | EE | 5E | 2F | 0 | 7 | D2 | 59 | 31 |
| Octal | 16 | 175 | 356 | 136 | 57 | 0 | 7 | 322 | 131 | 61 |
| Binary | 1110 | 1111101 | 11101110 | 1011110 | 101111 | 0 | 111 | 11010010 | 1011001 | 110001 |
Color Harmonies of #0E7DEE
Complementary color
Monochromatic Colors of #0E7DEE
Black with #0E7DEE
Text Example
Text Example
White with #0E7DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7DEE; }
p { color: rgb(14,125,238); }
H1.HeaderClassName
{
color: #0E7DEE;
}
.AnyTagClassName
{
color: #0E7DEE;
}
</style>
background-color css
<style>
a { background-color: #0E7DEE; }
a { background-color: rgb(14,125,238); }
div.DivClassName
{
background-color: #0E7DEE;
}
.BgClassName
{
background-color: #0E7DEE;
}
</style>
border-color css
<style>
span { border-color: #0E7DEE; }
span { border-color: rgb(14,125,238); }
td.TdClassName
{
border-color: #0E7DEE;
}
.TagClassName
{
border-color: #0E7DEE;
}
</style>