Shades of Blue #0E2AED
Tints of Blue #0E2AED
RGB
CMYK
RGB Variations
Color information
#0E2AED (or 0x0E2AED) is known color: Blue. HEX triplet: 0E, 2A and ED. RGB value is (14,42,237). Sum of RGB (Red+Green+Blue) = 14+42+237=293 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.78% from 293); Green value is 42 (16.80% from 255 or 14.33% from 293); Blue value is 237 (92.97% from 255 or 80.89% from 293); Max value from RGB is 237 - color contains mainly: blue. Hex color #0E2AED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0E2AED is #F1D512. Grayscale: #373737. Windows color (decimal): -15848723 or 15542798. OLE color: 15542798.
HSL color Cylindrical-coordinate representation of color #0E2AED: hue angle of 232.47º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E2AED is Cyan = 0.94, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 14 | 42 | 237 | - |
| CMYK | 0.94 | 0.82 | 0 | 0.07 |
| HSL | 232.47º | 0.89% | 0.49% | - |
| HSV(B) | 232.47º | 0.94% | 0.93% | - |
| XYZ | 16.3 | 7.86 | 80.78 | - |
| YUV | 55.86 | 230.22 | 98.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 42 | 237 | 0.94 | 0.82 | 0 | 0.07 | 232.47 | 0.89 | 0.49 |
| Hex | E | 2A | ED | 5E | 52 | 0 | 7 | E8 | 59 | 31 |
| Octal | 16 | 52 | 355 | 136 | 122 | 0 | 7 | 350 | 131 | 61 |
| Binary | 1110 | 101010 | 11101101 | 1011110 | 1010010 | 0 | 111 | 11101000 | 1011001 | 110001 |
Color Harmonies of #0E2AED
Complementary color
Monochromatic Colors of #0E2AED
Black with #0E2AED
Text Example
Text Example
White with #0E2AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2AED; }
p { color: rgb(14,42,237); }
H1.HeaderClassName
{
color: #0E2AED;
}
.AnyTagClassName
{
color: #0E2AED;
}
</style>
background-color css
<style>
a { background-color: #0E2AED; }
a { background-color: rgb(14,42,237); }
div.DivClassName
{
background-color: #0E2AED;
}
.BgClassName
{
background-color: #0E2AED;
}
</style>
border-color css
<style>
span { border-color: #0E2AED; }
span { border-color: rgb(14,42,237); }
td.TdClassName
{
border-color: #0E2AED;
}
.TagClassName
{
border-color: #0E2AED;
}
</style>