Shades of Blue #0E3CFC
Tints of Blue #0E3CFC
RGB
CMYK
RGB Variations
Color information
#0E3CFC (or 0x0E3CFC) is known color: Blue. HEX triplet: 0E, 3C and FC. RGB value is (14,60,252). Sum of RGB (Red+Green+Blue) = 14+60+252=326 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.29% from 326); Green value is 60 (23.83% from 255 or 18.40% from 326); Blue value is 252 (98.83% from 255 or 77.30% from 326); Max value from RGB is 252 - color contains mainly: blue. Hex color #0E3CFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0E3CFC is #F1C303. Grayscale: #434343. Windows color (decimal): -15844100 or 16530446. OLE color: 16530446.
HSL color Cylindrical-coordinate representation of color #0E3CFC: hue angle of 228.4º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E3CFC is Cyan = 0.94, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 14 | 60 | 252 | - |
| CMYK | 0.94 | 0.76 | 0 | 0.01 |
| HSL | 228.4º | 0.98% | 0.52% | - |
| HSV(B) | 228.4º | 0.94% | 0.99% | - |
| XYZ | 19.37 | 10.35 | 93.07 | - |
| YUV | 68.13 | 231.76 | 89.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 60 | 252 | 0.94 | 0.76 | 0 | 0.01 | 228.4 | 0.98 | 0.52 |
| Hex | E | 3C | FC | 5E | 4C | 0 | 1 | E4 | 62 | 34 |
| Octal | 16 | 74 | 374 | 136 | 114 | 0 | 1 | 344 | 142 | 64 |
| Binary | 1110 | 111100 | 11111100 | 1011110 | 1001100 | 0 | 1 | 11100100 | 1100010 | 110100 |
Color Harmonies of #0E3CFC
Complementary color
Monochromatic Colors of #0E3CFC
Black with #0E3CFC
Text Example
Text Example
White with #0E3CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3CFC; }
p { color: rgb(14,60,252); }
H1.HeaderClassName
{
color: #0E3CFC;
}
.AnyTagClassName
{
color: #0E3CFC;
}
</style>
background-color css
<style>
a { background-color: #0E3CFC; }
a { background-color: rgb(14,60,252); }
div.DivClassName
{
background-color: #0E3CFC;
}
.BgClassName
{
background-color: #0E3CFC;
}
</style>
border-color css
<style>
span { border-color: #0E3CFC; }
span { border-color: rgb(14,60,252); }
td.TdClassName
{
border-color: #0E3CFC;
}
.TagClassName
{
border-color: #0E3CFC;
}
</style>