Shades of Dodger Blue #0E7CF0
Tints of Dodger Blue #0E7CF0
RGB
CMYK
RGB Variations
Color information
#0E7CF0 (or 0x0E7CF0) is known color: Dodger Blue. HEX triplet: 0E, 7C and F0. RGB value is (14,124,240). Sum of RGB (Red+Green+Blue) = 14+124+240=378 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.70% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 240 (94.14% from 255 or 63.49% from 378); Max value from RGB is 240 - color contains mainly: blue. Hex color #0E7CF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E7CF0 is #F1830F. Grayscale: #676767. Windows color (decimal): -15827728 or 15760398. OLE color: 15760398.
HSL color Cylindrical-coordinate representation of color #0E7CF0: hue angle of 210.8º 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 #0E7CF0 is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 14 | 124 | 240 | - |
| CMYK | 0.94 | 0.48 | 0 | 0.06 |
| HSL | 210.8º | 0.89% | 0.5% | - |
| HSV(B) | 210.8º | 0.94% | 0.94% | - |
| XYZ | 23.12 | 20.8 | 85.23 | - |
| YUV | 104.33 | 204.56 | 63.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 124 | 240 | 0.94 | 0.48 | 0 | 0.06 | 210.8 | 0.89 | 0.5 |
| Hex | E | 7C | F0 | 5E | 30 | 0 | 6 | D3 | 59 | 32 |
| Octal | 16 | 174 | 360 | 136 | 60 | 0 | 6 | 323 | 131 | 62 |
| Binary | 1110 | 1111100 | 11110000 | 1011110 | 110000 | 0 | 110 | 11010011 | 1011001 | 110010 |
Color Harmonies of #0E7CF0
Complementary color
Monochromatic Colors of #0E7CF0
Black with #0E7CF0
Text Example
Text Example
White with #0E7CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7CF0; }
p { color: rgb(14,124,240); }
H1.HeaderClassName
{
color: #0E7CF0;
}
.AnyTagClassName
{
color: #0E7CF0;
}
</style>
background-color css
<style>
a { background-color: #0E7CF0; }
a { background-color: rgb(14,124,240); }
div.DivClassName
{
background-color: #0E7CF0;
}
.BgClassName
{
background-color: #0E7CF0;
}
</style>
border-color css
<style>
span { border-color: #0E7CF0; }
span { border-color: rgb(14,124,240); }
td.TdClassName
{
border-color: #0E7CF0;
}
.TagClassName
{
border-color: #0E7CF0;
}
</style>