Shades of Dodger Blue #0E76EB
Tints of Dodger Blue #0E76EB
RGB
CMYK
RGB Variations
Color information
#0E76EB (or 0x0E76EB) is known color: Dodger Blue. HEX triplet: 0E, 76 and EB. RGB value is (14,118,235). Sum of RGB (Red+Green+Blue) = 14+118+235=367 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.81% from 367); Green value is 118 (46.48% from 255 or 32.15% from 367); Blue value is 235 (92.19% from 255 or 64.03% from 367); Max value from RGB is 235 - color contains mainly: blue. Hex color #0E76EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E76EB is #F18914. Grayscale: #636363. Windows color (decimal): -15829269 or 15431182. OLE color: 15431182.
HSL color Cylindrical-coordinate representation of color #0E76EB: hue angle of 211.76º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E76EB is Cyan = 0.94, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 14 | 118 | 235 | - |
| CMYK | 0.94 | 0.50 | 0 | 0.08 |
| HSL | 211.76º | 0.89% | 0.49% | - |
| HSV(B) | 211.76º | 0.94% | 0.92% | - |
| XYZ | 21.65 | 19.05 | 81.13 | - |
| YUV | 100.24 | 204.04 | 66.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 118 | 235 | 0.94 | 0.50 | 0 | 0.08 | 211.76 | 0.89 | 0.49 |
| Hex | E | 76 | EB | 5E | 32 | 0 | 8 | D4 | 59 | 31 |
| Octal | 16 | 166 | 353 | 136 | 62 | 0 | 10 | 324 | 131 | 61 |
| Binary | 1110 | 1110110 | 11101011 | 1011110 | 110010 | 0 | 1000 | 11010100 | 1011001 | 110001 |
Color Harmonies of #0E76EB
Complementary color
Monochromatic Colors of #0E76EB
Black with #0E76EB
Text Example
Text Example
White with #0E76EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E76EB; }
p { color: rgb(14,118,235); }
H1.HeaderClassName
{
color: #0E76EB;
}
.AnyTagClassName
{
color: #0E76EB;
}
</style>
background-color css
<style>
a { background-color: #0E76EB; }
a { background-color: rgb(14,118,235); }
div.DivClassName
{
background-color: #0E76EB;
}
.BgClassName
{
background-color: #0E76EB;
}
</style>
border-color css
<style>
span { border-color: #0E76EB; }
span { border-color: rgb(14,118,235); }
td.TdClassName
{
border-color: #0E76EB;
}
.TagClassName
{
border-color: #0E76EB;
}
</style>