Shades of Blue #0E0FFB
Tints of Blue #0E0FFB
RGB
CMYK
RGB Variations
Color information
#0E0FFB (or 0x0E0FFB) is known color: Blue. HEX triplet: 0E, 0F and FB. RGB value is (14,15,251). Sum of RGB (Red+Green+Blue) = 14+15+251=280 (37% of max value = 765). Red value is 14 (5.86% from 255 or 5% from 280); Green value is 15 (6.25% from 255 or 5.36% from 280); Blue value is 251 (98.44% from 255 or 89.64% from 280); Max value from RGB is 251 - color contains mainly: blue. Hex color #0E0FFB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0E0FFB is #F1F004. Grayscale: #282828. Windows color (decimal): -15855621 or 16453390. OLE color: 16453390.
HSL color Cylindrical-coordinate representation of color #0E0FFB: hue angle of 239.75º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E0FFB is Cyan = 0.94, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 14 | 15 | 251 | - |
| CMYK | 0.94 | 0.94 | 0 | 0.02 |
| HSL | 239.75º | 0.97% | 0.52% | - |
| HSV(B) | 239.75º | 0.94% | 0.98% | - |
| XYZ | 17.76 | 7.4 | 91.76 | - |
| YUV | 41.61 | 246.17 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 15 | 251 | 0.94 | 0.94 | 0 | 0.02 | 239.75 | 0.97 | 0.52 |
| Hex | E | F | FB | 5E | 5E | 0 | 2 | F0 | 61 | 34 |
| Octal | 16 | 17 | 373 | 136 | 136 | 0 | 2 | 360 | 141 | 64 |
| Binary | 1110 | 1111 | 11111011 | 1011110 | 1011110 | 0 | 10 | 11110000 | 1100001 | 110100 |
Color Harmonies of #0E0FFB
Complementary color
Monochromatic Colors of #0E0FFB
Black with #0E0FFB
Text Example
Text Example
White with #0E0FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0FFB; }
p { color: rgb(14,15,251); }
H1.HeaderClassName
{
color: #0E0FFB;
}
.AnyTagClassName
{
color: #0E0FFB;
}
</style>
background-color css
<style>
a { background-color: #0E0FFB; }
a { background-color: rgb(14,15,251); }
div.DivClassName
{
background-color: #0E0FFB;
}
.BgClassName
{
background-color: #0E0FFB;
}
</style>
border-color css
<style>
span { border-color: #0E0FFB; }
span { border-color: rgb(14,15,251); }
td.TdClassName
{
border-color: #0E0FFB;
}
.TagClassName
{
border-color: #0E0FFB;
}
</style>