Shades of Dodger Blue #0E82FF
Tints of Dodger Blue #0E82FF
RGB
CMYK
RGB Variations
Color information
#0E82FF (or 0x0E82FF) is known color: Dodger Blue. HEX triplet: 0E, 82 and FF. RGB value is (14,130,255). Sum of RGB (Red+Green+Blue) = 14+130+255=399 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.51% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 255 (100% from 255 or 63.91% from 399); Max value from RGB is 255 - color contains mainly: blue. Hex color #0E82FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0E82FF is #F17D00. Grayscale: #6C6C6C. Windows color (decimal): -15826177 or 16744974. OLE color: 16744974.
HSL color Cylindrical-coordinate representation of color #0E82FF: hue angle of 211.12º 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 #0E82FF is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 130 | 255 | - |
| CMYK | 0.95 | 0.49 | 0 | 0 |
| HSL | 211.12º | 1% | 0.53% | - |
| HSV(B) | 211.12º | 0.95% | 1% | - |
| XYZ | 26.21 | 23.28 | 97.72 | - |
| YUV | 109.57 | 210.07 | 59.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 130 | 255 | 0.95 | 0.49 | 0 | 0 | 211.12 | 1 | 0.53 |
| Hex | E | 82 | FF | 5F | 31 | 0 | 0 | D3 | 64 | 35 |
| Octal | 16 | 202 | 377 | 137 | 61 | 0 | 0 | 323 | 144 | 65 |
| Binary | 1110 | 10000010 | 11111111 | 1011111 | 110001 | 0 | 0 | 11010011 | 1100100 | 110101 |
Color Harmonies of #0E82FF
Complementary color
Monochromatic Colors of #0E82FF
Black with #0E82FF
Text Example
Text Example
White with #0E82FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E82FF; }
p { color: rgb(14,130,255); }
H1.HeaderClassName
{
color: #0E82FF;
}
.AnyTagClassName
{
color: #0E82FF;
}
</style>
background-color css
<style>
a { background-color: #0E82FF; }
a { background-color: rgb(14,130,255); }
div.DivClassName
{
background-color: #0E82FF;
}
.BgClassName
{
background-color: #0E82FF;
}
</style>
border-color css
<style>
span { border-color: #0E82FF; }
span { border-color: rgb(14,130,255); }
td.TdClassName
{
border-color: #0E82FF;
}
.TagClassName
{
border-color: #0E82FF;
}
</style>