Shades of Dodger Blue #0E76FF
Tints of Dodger Blue #0E76FF
RGB
CMYK
RGB Variations
Color information
#0E76FF (or 0x0E76FF) is known color: Dodger Blue. HEX triplet: 0E, 76 and FF. RGB value is (14,118,255). Sum of RGB (Red+Green+Blue) = 14+118+255=387 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.62% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 255 (100% from 255 or 65.89% from 387); Max value from RGB is 255 - color contains mainly: blue. Hex color #0E76FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E76FF is #F18900. Grayscale: #656565. Windows color (decimal): -15829249 or 16741902. OLE color: 16741902.
HSL color Cylindrical-coordinate representation of color #0E76FF: hue angle of 214.11º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0E76FF is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 118 | 255 | - |
| CMYK | 0.95 | 0.54 | 0 | 0 |
| HSL | 214.11º | 1% | 0.53% | - |
| HSV(B) | 214.11º | 0.95% | 1% | - |
| XYZ | 24.71 | 20.27 | 97.22 | - |
| YUV | 102.52 | 214.04 | 64.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 118 | 255 | 0.95 | 0.54 | 0 | 0 | 214.11 | 1 | 0.53 |
| Hex | E | 76 | FF | 5F | 36 | 0 | 0 | D6 | 64 | 35 |
| Octal | 16 | 166 | 377 | 137 | 66 | 0 | 0 | 326 | 144 | 65 |
| Binary | 1110 | 1110110 | 11111111 | 1011111 | 110110 | 0 | 0 | 11010110 | 1100100 | 110101 |
Color Harmonies of #0E76FF
Complementary color
Monochromatic Colors of #0E76FF
Black with #0E76FF
Text Example
Text Example
White with #0E76FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E76FF; }
p { color: rgb(14,118,255); }
H1.HeaderClassName
{
color: #0E76FF;
}
.AnyTagClassName
{
color: #0E76FF;
}
</style>
background-color css
<style>
a { background-color: #0E76FF; }
a { background-color: rgb(14,118,255); }
div.DivClassName
{
background-color: #0E76FF;
}
.BgClassName
{
background-color: #0E76FF;
}
</style>
border-color css
<style>
span { border-color: #0E76FF; }
span { border-color: rgb(14,118,255); }
td.TdClassName
{
border-color: #0E76FF;
}
.TagClassName
{
border-color: #0E76FF;
}
</style>