Shades of Dodger Blue #0E8BFE
Tints of Dodger Blue #0E8BFE
RGB
CMYK
RGB Variations
Color information
#0E8BFE (or 0x0E8BFE) is known color: Dodger Blue. HEX triplet: 0E, 8B and FE. RGB value is (14,139,254). Sum of RGB (Red+Green+Blue) = 14+139+254=407 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.44% from 407); Green value is 139 (54.69% from 255 or 34.15% from 407); Blue value is 254 (99.61% from 255 or 62.41% from 407); Max value from RGB is 254 - color contains mainly: blue. Hex color #0E8BFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0E8BFE is #F17401. Grayscale: #727272. Windows color (decimal): -15823874 or 16681742. OLE color: 16681742.
HSL color Cylindrical-coordinate representation of color #0E8BFE: hue angle of 208.75º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E8BFE is Cyan = 0.94, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 14 | 139 | 254 | - |
| CMYK | 0.94 | 0.45 | 0 | 0.00 |
| HSL | 208.75º | 0.99% | 0.53% | - |
| HSV(B) | 208.75º | 0.94% | 1% | - |
| XYZ | 27.3 | 25.71 | 97.29 | - |
| YUV | 114.74 | 206.59 | 56.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 139 | 254 | 0.94 | 0.45 | 0 | 0.00 | 208.75 | 0.99 | 0.53 |
| Hex | E | 8B | FE | 5E | 2D | 0 | 0 | D1 | 63 | 35 |
| Octal | 16 | 213 | 376 | 136 | 55 | 0 | 0 | 321 | 143 | 65 |
| Binary | 1110 | 10001011 | 11111110 | 1011110 | 101101 | 0 | 0 | 11010001 | 1100011 | 110101 |
Color Harmonies of #0E8BFE
Complementary color
Monochromatic Colors of #0E8BFE
Black with #0E8BFE
Text Example
Text Example
White with #0E8BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8BFE; }
p { color: rgb(14,139,254); }
H1.HeaderClassName
{
color: #0E8BFE;
}
.AnyTagClassName
{
color: #0E8BFE;
}
</style>
background-color css
<style>
a { background-color: #0E8BFE; }
a { background-color: rgb(14,139,254); }
div.DivClassName
{
background-color: #0E8BFE;
}
.BgClassName
{
background-color: #0E8BFE;
}
</style>
border-color css
<style>
span { border-color: #0E8BFE; }
span { border-color: rgb(14,139,254); }
td.TdClassName
{
border-color: #0E8BFE;
}
.TagClassName
{
border-color: #0E8BFE;
}
</style>