Shades of Dodger Blue #0EA2FF
Tints of Dodger Blue #0EA2FF
RGB
CMYK
RGB Variations
Color information
#0EA2FF (or 0x0EA2FF) is known color: Dodger Blue. HEX triplet: 0E, A2 and FF. RGB value is (14,162,255). Sum of RGB (Red+Green+Blue) = 14+162+255=431 (57% of max value = 765). Red value is 14 (5.86% from 255 or 3.25% from 431); Green value is 162 (63.67% from 255 or 37.59% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #0EA2FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0EA2FF is #F15D00. Grayscale: #7F7F7F. Windows color (decimal): -15817985 or 16753166. OLE color: 16753166.
HSL color Cylindrical-coordinate representation of color #0EA2FF: hue angle of 203.15º 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 #0EA2FF is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 162 | 255 | - |
| CMYK | 0.95 | 0.36 | 0 | 0 |
| HSL | 203.15º | 1% | 0.53% | - |
| HSV(B) | 203.15º | 0.95% | 1% | - |
| XYZ | 31.15 | 33.15 | 99.37 | - |
| YUV | 128.35 | 199.47 | 46.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 162 | 255 | 0.95 | 0.36 | 0 | 0 | 203.15 | 1 | 0.53 |
| Hex | E | A2 | FF | 5F | 24 | 0 | 0 | CB | 64 | 35 |
| Octal | 16 | 242 | 377 | 137 | 44 | 0 | 0 | 313 | 144 | 65 |
| Binary | 1110 | 10100010 | 11111111 | 1011111 | 100100 | 0 | 0 | 11001011 | 1100100 | 110101 |
Color Harmonies of #0EA2FF
Complementary color
Monochromatic Colors of #0EA2FF
Black with #0EA2FF
Text Example
Text Example
White with #0EA2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA2FF; }
p { color: rgb(14,162,255); }
H1.HeaderClassName
{
color: #0EA2FF;
}
.AnyTagClassName
{
color: #0EA2FF;
}
</style>
background-color css
<style>
a { background-color: #0EA2FF; }
a { background-color: rgb(14,162,255); }
div.DivClassName
{
background-color: #0EA2FF;
}
.BgClassName
{
background-color: #0EA2FF;
}
</style>
border-color css
<style>
span { border-color: #0EA2FF; }
span { border-color: rgb(14,162,255); }
td.TdClassName
{
border-color: #0EA2FF;
}
.TagClassName
{
border-color: #0EA2FF;
}
</style>