Shades of Blue #0E0BFF
Tints of Blue #0E0BFF
RGB
CMYK
RGB Variations
Color information
#0E0BFF (or 0x0E0BFF) is known color: Blue. HEX triplet: 0E, 0B and FF. RGB value is (14,11,255). Sum of RGB (Red+Green+Blue) = 14+11+255=280 (37% of max value = 765). Red value is 14 (5.86% from 255 or 5% from 280); Green value is 11 (4.69% from 255 or 3.93% from 280); Blue value is 255 (100% from 255 or 91.07% from 280); Max value from RGB is 255 - color contains mainly: blue. Hex color #0E0BFF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0E0BFF is #F1F400. Grayscale: #262626. Windows color (decimal): -15856641 or 16714510. OLE color: 16714510.
HSL color Cylindrical-coordinate representation of color #0E0BFF: hue angle of 240.74º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0E0BFF is Cyan = 0.95, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 11 | 255 | - |
| CMYK | 0.95 | 0.96 | 0 | 0 |
| HSL | 240.74º | 1% | 0.52% | - |
| HSV(B) | 240.74º | 0.96% | 1% | - |
| XYZ | 18.35 | 7.55 | 95.1 | - |
| YUV | 39.71 | 249.49 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 11 | 255 | 0.95 | 0.96 | 0 | 0 | 240.74 | 1 | 0.52 |
| Hex | E | B | FF | 5F | 60 | 0 | 0 | F1 | 64 | 34 |
| Octal | 16 | 13 | 377 | 137 | 140 | 0 | 0 | 361 | 144 | 64 |
| Binary | 1110 | 1011 | 11111111 | 1011111 | 1100000 | 0 | 0 | 11110001 | 1100100 | 110100 |
Color Harmonies of #0E0BFF
Complementary color
Monochromatic Colors of #0E0BFF
Black with #0E0BFF
Text Example
Text Example
White with #0E0BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0BFF; }
p { color: rgb(14,11,255); }
H1.HeaderClassName
{
color: #0E0BFF;
}
.AnyTagClassName
{
color: #0E0BFF;
}
</style>
background-color css
<style>
a { background-color: #0E0BFF; }
a { background-color: rgb(14,11,255); }
div.DivClassName
{
background-color: #0E0BFF;
}
.BgClassName
{
background-color: #0E0BFF;
}
</style>
border-color css
<style>
span { border-color: #0E0BFF; }
span { border-color: rgb(14,11,255); }
td.TdClassName
{
border-color: #0E0BFF;
}
.TagClassName
{
border-color: #0E0BFF;
}
</style>