Shades of Dodger Blue #0E7AFF
Tints of Dodger Blue #0E7AFF
RGB
CMYK
RGB Variations
Color information
#0E7AFF (or 0x0E7AFF) is known color: Dodger Blue. HEX triplet: 0E, 7A and FF. RGB value is (14,122,255). Sum of RGB (Red+Green+Blue) = 14+122+255=391 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.58% from 391); Green value is 122 (48.05% from 255 or 31.20% from 391); Blue value is 255 (100% from 255 or 65.22% from 391); Max value from RGB is 255 - color contains mainly: blue. Hex color #0E7AFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E7AFF is #F18500. Grayscale: #686868. Windows color (decimal): -15828225 or 16742926. OLE color: 16742926.
HSL color Cylindrical-coordinate representation of color #0E7AFF: hue angle of 213.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 #0E7AFF is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 122 | 255 | - |
| CMYK | 0.95 | 0.52 | 0 | 0 |
| HSL | 213.11º | 1% | 0.53% | - |
| HSV(B) | 213.11º | 0.95% | 1% | - |
| XYZ | 25.19 | 21.23 | 97.38 | - |
| YUV | 104.87 | 212.72 | 63.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 122 | 255 | 0.95 | 0.52 | 0 | 0 | 213.11 | 1 | 0.53 |
| Hex | E | 7A | FF | 5F | 34 | 0 | 0 | D5 | 64 | 35 |
| Octal | 16 | 172 | 377 | 137 | 64 | 0 | 0 | 325 | 144 | 65 |
| Binary | 1110 | 1111010 | 11111111 | 1011111 | 110100 | 0 | 0 | 11010101 | 1100100 | 110101 |
Color Harmonies of #0E7AFF
Complementary color
Monochromatic Colors of #0E7AFF
Black with #0E7AFF
Text Example
Text Example
White with #0E7AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7AFF; }
p { color: rgb(14,122,255); }
H1.HeaderClassName
{
color: #0E7AFF;
}
.AnyTagClassName
{
color: #0E7AFF;
}
</style>
background-color css
<style>
a { background-color: #0E7AFF; }
a { background-color: rgb(14,122,255); }
div.DivClassName
{
background-color: #0E7AFF;
}
.BgClassName
{
background-color: #0E7AFF;
}
</style>
border-color css
<style>
span { border-color: #0E7AFF; }
span { border-color: rgb(14,122,255); }
td.TdClassName
{
border-color: #0E7AFF;
}
.TagClassName
{
border-color: #0E7AFF;
}
</style>