Shades of Dodger Blue #0E7EFA
Tints of Dodger Blue #0E7EFA
RGB
CMYK
RGB Variations
Color information
#0E7EFA (or 0x0E7EFA) is known color: Dodger Blue. HEX triplet: 0E, 7E and FA. RGB value is (14,126,250). Sum of RGB (Red+Green+Blue) = 14+126+250=390 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.59% from 390); Green value is 126 (49.61% from 255 or 32.31% from 390); Blue value is 250 (98.05% from 255 or 64.10% from 390); Max value from RGB is 250 - color contains mainly: blue. Hex color #0E7EFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E7EFA is #F18105. Grayscale: #6A6A6A. Windows color (decimal): -15827206 or 16416270. OLE color: 16416270.
HSL color Cylindrical-coordinate representation of color #0E7EFA: hue angle of 211.53º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E7EFA is Cyan = 0.94, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 14 | 126 | 250 | - |
| CMYK | 0.94 | 0.50 | 0 | 0.02 |
| HSL | 211.53º | 0.96% | 0.52% | - |
| HSV(B) | 211.53º | 0.94% | 0.98% | - |
| XYZ | 24.9 | 21.92 | 93.36 | - |
| YUV | 106.65 | 208.89 | 61.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 126 | 250 | 0.94 | 0.50 | 0 | 0.02 | 211.53 | 0.96 | 0.52 |
| Hex | E | 7E | FA | 5E | 32 | 0 | 2 | D4 | 60 | 34 |
| Octal | 16 | 176 | 372 | 136 | 62 | 0 | 2 | 324 | 140 | 64 |
| Binary | 1110 | 1111110 | 11111010 | 1011110 | 110010 | 0 | 10 | 11010100 | 1100000 | 110100 |
Color Harmonies of #0E7EFA
Complementary color
Monochromatic Colors of #0E7EFA
Black with #0E7EFA
Text Example
Text Example
White with #0E7EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7EFA; }
p { color: rgb(14,126,250); }
H1.HeaderClassName
{
color: #0E7EFA;
}
.AnyTagClassName
{
color: #0E7EFA;
}
</style>
background-color css
<style>
a { background-color: #0E7EFA; }
a { background-color: rgb(14,126,250); }
div.DivClassName
{
background-color: #0E7EFA;
}
.BgClassName
{
background-color: #0E7EFA;
}
</style>
border-color css
<style>
span { border-color: #0E7EFA; }
span { border-color: rgb(14,126,250); }
td.TdClassName
{
border-color: #0E7EFA;
}
.TagClassName
{
border-color: #0E7EFA;
}
</style>