Shades of Dodger Blue #0E9CEB
Tints of Dodger Blue #0E9CEB
RGB
CMYK
RGB Variations
Color information
#0E9CEB (or 0x0E9CEB) is known color: Dodger Blue. HEX triplet: 0E, 9C and EB. RGB value is (14,156,235). Sum of RGB (Red+Green+Blue) = 14+156+235=405 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.46% from 405); Green value is 156 (61.33% from 255 or 38.52% from 405); Blue value is 235 (92.19% from 255 or 58.02% from 405); Max value from RGB is 235 - color contains mainly: blue. Hex color #0E9CEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0E9CEB is #F16314. Grayscale: #7A7A7A. Windows color (decimal): -15819541 or 15440910. OLE color: 15440910.
HSL color Cylindrical-coordinate representation of color #0E9CEB: hue angle of 201.45º 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 #0E9CEB is Cyan = 0.94, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 14 | 156 | 235 | - |
| CMYK | 0.94 | 0.34 | 0 | 0.08 |
| HSL | 201.45º | 0.89% | 0.49% | - |
| HSV(B) | 201.45º | 0.94% | 0.92% | - |
| XYZ | 27.06 | 29.87 | 82.94 | - |
| YUV | 122.55 | 191.46 | 50.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 156 | 235 | 0.94 | 0.34 | 0 | 0.08 | 201.45 | 0.89 | 0.49 |
| Hex | E | 9C | EB | 5E | 22 | 0 | 8 | C9 | 59 | 31 |
| Octal | 16 | 234 | 353 | 136 | 42 | 0 | 10 | 311 | 131 | 61 |
| Binary | 1110 | 10011100 | 11101011 | 1011110 | 100010 | 0 | 1000 | 11001001 | 1011001 | 110001 |
Color Harmonies of #0E9CEB
Complementary color
Monochromatic Colors of #0E9CEB
Black with #0E9CEB
Text Example
Text Example
White with #0E9CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9CEB; }
p { color: rgb(14,156,235); }
H1.HeaderClassName
{
color: #0E9CEB;
}
.AnyTagClassName
{
color: #0E9CEB;
}
</style>
background-color css
<style>
a { background-color: #0E9CEB; }
a { background-color: rgb(14,156,235); }
div.DivClassName
{
background-color: #0E9CEB;
}
.BgClassName
{
background-color: #0E9CEB;
}
</style>
border-color css
<style>
span { border-color: #0E9CEB; }
span { border-color: rgb(14,156,235); }
td.TdClassName
{
border-color: #0E9CEB;
}
.TagClassName
{
border-color: #0E9CEB;
}
</style>