Shades of Blue #0E33FB
Tints of Blue #0E33FB
RGB
CMYK
RGB Variations
Color information
#0E33FB (or 0x0E33FB) is known color: Blue. HEX triplet: 0E, 33 and FB. RGB value is (14,51,251). Sum of RGB (Red+Green+Blue) = 14+51+251=316 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.43% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 251 (98.44% from 255 or 79.43% from 316); Max value from RGB is 251 - color contains mainly: blue. Hex color #0E33FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0E33FB is #F1CC04. Grayscale: #3D3D3D. Windows color (decimal): -15846405 or 16462606. OLE color: 16462606.
HSL color Cylindrical-coordinate representation of color #0E33FB: hue angle of 230.63º 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 #0E33FB is Cyan = 0.94, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 14 | 51 | 251 | - |
| CMYK | 0.94 | 0.80 | 0 | 0.02 |
| HSL | 230.63º | 0.97% | 0.52% | - |
| HSV(B) | 230.63º | 0.94% | 0.98% | - |
| XYZ | 18.78 | 9.43 | 92.1 | - |
| YUV | 62.74 | 234.24 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 51 | 251 | 0.94 | 0.80 | 0 | 0.02 | 230.63 | 0.97 | 0.52 |
| Hex | E | 33 | FB | 5E | 50 | 0 | 2 | E7 | 61 | 34 |
| Octal | 16 | 63 | 373 | 136 | 120 | 0 | 2 | 347 | 141 | 64 |
| Binary | 1110 | 110011 | 11111011 | 1011110 | 1010000 | 0 | 10 | 11100111 | 1100001 | 110100 |
Color Harmonies of #0E33FB
Complementary color
Monochromatic Colors of #0E33FB
Black with #0E33FB
Text Example
Text Example
White with #0E33FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E33FB; }
p { color: rgb(14,51,251); }
H1.HeaderClassName
{
color: #0E33FB;
}
.AnyTagClassName
{
color: #0E33FB;
}
</style>
background-color css
<style>
a { background-color: #0E33FB; }
a { background-color: rgb(14,51,251); }
div.DivClassName
{
background-color: #0E33FB;
}
.BgClassName
{
background-color: #0E33FB;
}
</style>
border-color css
<style>
span { border-color: #0E33FB; }
span { border-color: rgb(14,51,251); }
td.TdClassName
{
border-color: #0E33FB;
}
.TagClassName
{
border-color: #0E33FB;
}
</style>