Shades of Blue #0E27EF
Tints of Blue #0E27EF
RGB
CMYK
RGB Variations
Color information
#0E27EF (or 0x0E27EF) is known color: Blue. HEX triplet: 0E, 27 and EF. RGB value is (14,39,239). Sum of RGB (Red+Green+Blue) = 14+39+239=292 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.79% from 292); Green value is 39 (15.62% from 255 or 13.36% from 292); Blue value is 239 (93.75% from 255 or 81.85% from 292); Max value from RGB is 239 - color contains mainly: blue. Hex color #0E27EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0E27EF is #F1D810. Grayscale: #353535. Windows color (decimal): -15849489 or 15673102. OLE color: 15673102.
HSL color Cylindrical-coordinate representation of color #0E27EF: hue angle of 233.33º 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 #0E27EF is Cyan = 0.94, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 14 | 39 | 239 | - |
| CMYK | 0.94 | 0.84 | 0 | 0.06 |
| HSL | 233.33º | 0.89% | 0.5% | - |
| HSV(B) | 233.33º | 0.94% | 0.94% | - |
| XYZ | 16.49 | 7.78 | 82.29 | - |
| YUV | 54.33 | 232.22 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 39 | 239 | 0.94 | 0.84 | 0 | 0.06 | 233.33 | 0.89 | 0.5 |
| Hex | E | 27 | EF | 5E | 54 | 0 | 6 | E9 | 59 | 32 |
| Octal | 16 | 47 | 357 | 136 | 124 | 0 | 6 | 351 | 131 | 62 |
| Binary | 1110 | 100111 | 11101111 | 1011110 | 1010100 | 0 | 110 | 11101001 | 1011001 | 110010 |
Color Harmonies of #0E27EF
Complementary color
Monochromatic Colors of #0E27EF
Black with #0E27EF
Text Example
Text Example
White with #0E27EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E27EF; }
p { color: rgb(14,39,239); }
H1.HeaderClassName
{
color: #0E27EF;
}
.AnyTagClassName
{
color: #0E27EF;
}
</style>
background-color css
<style>
a { background-color: #0E27EF; }
a { background-color: rgb(14,39,239); }
div.DivClassName
{
background-color: #0E27EF;
}
.BgClassName
{
background-color: #0E27EF;
}
</style>
border-color css
<style>
span { border-color: #0E27EF; }
span { border-color: rgb(14,39,239); }
td.TdClassName
{
border-color: #0E27EF;
}
.TagClassName
{
border-color: #0E27EF;
}
</style>