Shades of Blue #0E2DEF
Tints of Blue #0E2DEF
RGB
CMYK
RGB Variations
Color information
#0E2DEF (or 0x0E2DEF) is known color: Blue. HEX triplet: 0E, 2D and EF. RGB value is (14,45,239). Sum of RGB (Red+Green+Blue) = 14+45+239=298 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.70% from 298); Green value is 45 (17.97% from 255 or 15.10% from 298); Blue value is 239 (93.75% from 255 or 80.20% from 298); Max value from RGB is 239 - color contains mainly: blue. Hex color #0E2DEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0E2DEF is #F1D210. Grayscale: #393939. Windows color (decimal): -15847953 or 15674638. OLE color: 15674638.
HSL color Cylindrical-coordinate representation of color #0E2DEF: hue angle of 231.73º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E2DEF is Cyan = 0.94, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 14 | 45 | 239 | - |
| CMYK | 0.94 | 0.81 | 0 | 0.06 |
| HSL | 231.73º | 0.89% | 0.5% | - |
| HSV(B) | 231.73º | 0.94% | 0.94% | - |
| XYZ | 16.7 | 8.2 | 82.36 | - |
| YUV | 57.85 | 230.23 | 96.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 45 | 239 | 0.94 | 0.81 | 0 | 0.06 | 231.73 | 0.89 | 0.5 |
| Hex | E | 2D | EF | 5E | 51 | 0 | 6 | E8 | 59 | 32 |
| Octal | 16 | 55 | 357 | 136 | 121 | 0 | 6 | 350 | 131 | 62 |
| Binary | 1110 | 101101 | 11101111 | 1011110 | 1010001 | 0 | 110 | 11101000 | 1011001 | 110010 |
Color Harmonies of #0E2DEF
Complementary color
Monochromatic Colors of #0E2DEF
Black with #0E2DEF
Text Example
Text Example
White with #0E2DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2DEF; }
p { color: rgb(14,45,239); }
H1.HeaderClassName
{
color: #0E2DEF;
}
.AnyTagClassName
{
color: #0E2DEF;
}
</style>
background-color css
<style>
a { background-color: #0E2DEF; }
a { background-color: rgb(14,45,239); }
div.DivClassName
{
background-color: #0E2DEF;
}
.BgClassName
{
background-color: #0E2DEF;
}
</style>
border-color css
<style>
span { border-color: #0E2DEF; }
span { border-color: rgb(14,45,239); }
td.TdClassName
{
border-color: #0E2DEF;
}
.TagClassName
{
border-color: #0E2DEF;
}
</style>