Shades of Dodger Blue #0E81EF
Tints of Dodger Blue #0E81EF
RGB
CMYK
RGB Variations
Color information
#0E81EF (or 0x0E81EF) is known color: Dodger Blue. HEX triplet: 0E, 81 and EF. RGB value is (14,129,239). Sum of RGB (Red+Green+Blue) = 14+129+239=382 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.66% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 239 (93.75% from 255 or 62.57% from 382); Max value from RGB is 239 - color contains mainly: blue. Hex color #0E81EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0E81EF is #F17E10. Grayscale: #6A6A6A. Windows color (decimal): -15826449 or 15696142. OLE color: 15696142.
HSL color Cylindrical-coordinate representation of color #0E81EF: hue angle of 209.33º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E81EF is Cyan = 0.94, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 14 | 129 | 239 | - |
| CMYK | 0.94 | 0.46 | 0 | 0.06 |
| HSL | 209.33º | 0.89% | 0.5% | - |
| HSV(B) | 209.33º | 0.94% | 0.94% | - |
| XYZ | 23.61 | 22.03 | 84.67 | - |
| YUV | 107.16 | 202.4 | 61.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 129 | 239 | 0.94 | 0.46 | 0 | 0.06 | 209.33 | 0.89 | 0.5 |
| Hex | E | 81 | EF | 5E | 2E | 0 | 6 | D1 | 59 | 32 |
| Octal | 16 | 201 | 357 | 136 | 56 | 0 | 6 | 321 | 131 | 62 |
| Binary | 1110 | 10000001 | 11101111 | 1011110 | 101110 | 0 | 110 | 11010001 | 1011001 | 110010 |
Color Harmonies of #0E81EF
Complementary color
Monochromatic Colors of #0E81EF
Black with #0E81EF
Text Example
Text Example
White with #0E81EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E81EF; }
p { color: rgb(14,129,239); }
H1.HeaderClassName
{
color: #0E81EF;
}
.AnyTagClassName
{
color: #0E81EF;
}
</style>
background-color css
<style>
a { background-color: #0E81EF; }
a { background-color: rgb(14,129,239); }
div.DivClassName
{
background-color: #0E81EF;
}
.BgClassName
{
background-color: #0E81EF;
}
</style>
border-color css
<style>
span { border-color: #0E81EF; }
span { border-color: rgb(14,129,239); }
td.TdClassName
{
border-color: #0E81EF;
}
.TagClassName
{
border-color: #0E81EF;
}
</style>