Shades of Dodger Blue #0E7FEF
Tints of Dodger Blue #0E7FEF
RGB
CMYK
RGB Variations
Color information
#0E7FEF (or 0x0E7FEF) is known color: Dodger Blue. HEX triplet: 0E, 7F and EF. RGB value is (14,127,239). Sum of RGB (Red+Green+Blue) = 14+127+239=380 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.68% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 239 (93.75% from 255 or 62.89% from 380); Max value from RGB is 239 - color contains mainly: blue. Hex color #0E7FEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E7FEF is #F18010. Grayscale: #696969. Windows color (decimal): -15826961 or 15695630. OLE color: 15695630.
HSL color Cylindrical-coordinate representation of color #0E7FEF: hue angle of 209.87º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E7FEF is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 14 | 127 | 239 | - |
| CMYK | 0.94 | 0.47 | 0 | 0.06 |
| HSL | 209.87º | 0.89% | 0.5% | - |
| HSV(B) | 209.87º | 0.94% | 0.94% | - |
| XYZ | 23.35 | 21.5 | 84.58 | - |
| YUV | 105.98 | 203.06 | 62.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 127 | 239 | 0.94 | 0.47 | 0 | 0.06 | 209.87 | 0.89 | 0.5 |
| Hex | E | 7F | EF | 5E | 2F | 0 | 6 | D2 | 59 | 32 |
| Octal | 16 | 177 | 357 | 136 | 57 | 0 | 6 | 322 | 131 | 62 |
| Binary | 1110 | 1111111 | 11101111 | 1011110 | 101111 | 0 | 110 | 11010010 | 1011001 | 110010 |
Color Harmonies of #0E7FEF
Complementary color
Monochromatic Colors of #0E7FEF
Black with #0E7FEF
Text Example
Text Example
White with #0E7FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7FEF; }
p { color: rgb(14,127,239); }
H1.HeaderClassName
{
color: #0E7FEF;
}
.AnyTagClassName
{
color: #0E7FEF;
}
</style>
background-color css
<style>
a { background-color: #0E7FEF; }
a { background-color: rgb(14,127,239); }
div.DivClassName
{
background-color: #0E7FEF;
}
.BgClassName
{
background-color: #0E7FEF;
}
</style>
border-color css
<style>
span { border-color: #0E7FEF; }
span { border-color: rgb(14,127,239); }
td.TdClassName
{
border-color: #0E7FEF;
}
.TagClassName
{
border-color: #0E7FEF;
}
</style>