Shades of Blue #0E2CEB
Tints of Blue #0E2CEB
RGB
CMYK
RGB Variations
Color information
#0E2CEB (or 0x0E2CEB) is known color: Blue. HEX triplet: 0E, 2C and EB. RGB value is (14,44,235). Sum of RGB (Red+Green+Blue) = 14+44+235=293 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.78% from 293); Green value is 44 (17.58% from 255 or 15.02% from 293); Blue value is 235 (92.19% from 255 or 80.20% from 293); Max value from RGB is 235 - color contains mainly: blue. Hex color #0E2CEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0E2CEB is #F1D314. Grayscale: #383838. Windows color (decimal): -15848213 or 15412238. OLE color: 15412238.
HSL color Cylindrical-coordinate representation of color #0E2CEB: hue angle of 231.86º 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 #0E2CEB is Cyan = 0.94, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 14 | 44 | 235 | - |
| CMYK | 0.94 | 0.81 | 0 | 0.08 |
| HSL | 231.86º | 0.89% | 0.49% | - |
| HSV(B) | 231.86º | 0.94% | 0.92% | - |
| XYZ | 16.08 | 7.89 | 79.27 | - |
| YUV | 56.8 | 228.56 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 44 | 235 | 0.94 | 0.81 | 0 | 0.08 | 231.86 | 0.89 | 0.49 |
| Hex | E | 2C | EB | 5E | 51 | 0 | 8 | E8 | 59 | 31 |
| Octal | 16 | 54 | 353 | 136 | 121 | 0 | 10 | 350 | 131 | 61 |
| Binary | 1110 | 101100 | 11101011 | 1011110 | 1010001 | 0 | 1000 | 11101000 | 1011001 | 110001 |
Color Harmonies of #0E2CEB
Complementary color
Monochromatic Colors of #0E2CEB
Black with #0E2CEB
Text Example
Text Example
White with #0E2CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2CEB; }
p { color: rgb(14,44,235); }
H1.HeaderClassName
{
color: #0E2CEB;
}
.AnyTagClassName
{
color: #0E2CEB;
}
</style>
background-color css
<style>
a { background-color: #0E2CEB; }
a { background-color: rgb(14,44,235); }
div.DivClassName
{
background-color: #0E2CEB;
}
.BgClassName
{
background-color: #0E2CEB;
}
</style>
border-color css
<style>
span { border-color: #0E2CEB; }
span { border-color: rgb(14,44,235); }
td.TdClassName
{
border-color: #0E2CEB;
}
.TagClassName
{
border-color: #0E2CEB;
}
</style>