Shades of Blue #0E2CFB
Tints of Blue #0E2CFB
RGB
CMYK
RGB Variations
Color information
#0E2CFB (or 0x0E2CFB) is known color: Blue. HEX triplet: 0E, 2C and FB. RGB value is (14,44,251). Sum of RGB (Red+Green+Blue) = 14+44+251=309 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.53% from 309); Green value is 44 (17.58% from 255 or 14.24% from 309); Blue value is 251 (98.44% from 255 or 81.23% from 309); Max value from RGB is 251 - color contains mainly: blue. Hex color #0E2CFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0E2CFB is #F1D304. Grayscale: #393939. Windows color (decimal): -15848197 or 16460814. OLE color: 16460814.
HSL color Cylindrical-coordinate representation of color #0E2CFB: hue angle of 232.41º 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 #0E2CFB is Cyan = 0.94, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 14 | 44 | 251 | - |
| CMYK | 0.94 | 0.82 | 0 | 0.02 |
| HSL | 232.41º | 0.97% | 0.52% | - |
| HSV(B) | 232.41º | 0.94% | 0.98% | - |
| XYZ | 18.49 | 8.86 | 92 | - |
| YUV | 58.63 | 236.56 | 96.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 44 | 251 | 0.94 | 0.82 | 0 | 0.02 | 232.41 | 0.97 | 0.52 |
| Hex | E | 2C | FB | 5E | 52 | 0 | 2 | E8 | 61 | 34 |
| Octal | 16 | 54 | 373 | 136 | 122 | 0 | 2 | 350 | 141 | 64 |
| Binary | 1110 | 101100 | 11111011 | 1011110 | 1010010 | 0 | 10 | 11101000 | 1100001 | 110100 |
Color Harmonies of #0E2CFB
Complementary color
Monochromatic Colors of #0E2CFB
Black with #0E2CFB
Text Example
Text Example
White with #0E2CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2CFB; }
p { color: rgb(14,44,251); }
H1.HeaderClassName
{
color: #0E2CFB;
}
.AnyTagClassName
{
color: #0E2CFB;
}
</style>
background-color css
<style>
a { background-color: #0E2CFB; }
a { background-color: rgb(14,44,251); }
div.DivClassName
{
background-color: #0E2CFB;
}
.BgClassName
{
background-color: #0E2CFB;
}
</style>
border-color css
<style>
span { border-color: #0E2CFB; }
span { border-color: rgb(14,44,251); }
td.TdClassName
{
border-color: #0E2CFB;
}
.TagClassName
{
border-color: #0E2CFB;
}
</style>