Shades of Dodger Blue #0E8CEA
Tints of Dodger Blue #0E8CEA
RGB
CMYK
RGB Variations
Color information
#0E8CEA (or 0x0E8CEA) is known color: Dodger Blue. HEX triplet: 0E, 8C and EA. RGB value is (14,140,234). Sum of RGB (Red+Green+Blue) = 14+140+234=388 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.61% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 234 (91.80% from 255 or 60.31% from 388); Max value from RGB is 234 - color contains mainly: blue. Hex color #0E8CEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0E8CEA is #F17315. Grayscale: #707070. Windows color (decimal): -15823638 or 15371278. OLE color: 15371278.
HSL color Cylindrical-coordinate representation of color #0E8CEA: hue angle of 205.64º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E8CEA is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 14 | 140 | 234 | - |
| CMYK | 0.94 | 0.40 | 0 | 0.08 |
| HSL | 205.64º | 0.89% | 0.49% | - |
| HSV(B) | 205.64º | 0.94% | 0.92% | - |
| XYZ | 24.41 | 24.79 | 81.34 | - |
| YUV | 113.04 | 196.26 | 57.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 140 | 234 | 0.94 | 0.40 | 0 | 0.08 | 205.64 | 0.89 | 0.49 |
| Hex | E | 8C | EA | 5E | 28 | 0 | 8 | CE | 59 | 31 |
| Octal | 16 | 214 | 352 | 136 | 50 | 0 | 10 | 316 | 131 | 61 |
| Binary | 1110 | 10001100 | 11101010 | 1011110 | 101000 | 0 | 1000 | 11001110 | 1011001 | 110001 |
Color Harmonies of #0E8CEA
Complementary color
Monochromatic Colors of #0E8CEA
Black with #0E8CEA
Text Example
Text Example
White with #0E8CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8CEA; }
p { color: rgb(14,140,234); }
H1.HeaderClassName
{
color: #0E8CEA;
}
.AnyTagClassName
{
color: #0E8CEA;
}
</style>
background-color css
<style>
a { background-color: #0E8CEA; }
a { background-color: rgb(14,140,234); }
div.DivClassName
{
background-color: #0E8CEA;
}
.BgClassName
{
background-color: #0E8CEA;
}
</style>
border-color css
<style>
span { border-color: #0E8CEA; }
span { border-color: rgb(14,140,234); }
td.TdClassName
{
border-color: #0E8CEA;
}
.TagClassName
{
border-color: #0E8CEA;
}
</style>