Shades of Blue #0E2AFC
Tints of Blue #0E2AFC
RGB
CMYK
RGB Variations
Color information
#0E2AFC (or 0x0E2AFC) is known color: Blue. HEX triplet: 0E, 2A and FC. RGB value is (14,42,252). Sum of RGB (Red+Green+Blue) = 14+42+252=308 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.55% from 308); Green value is 42 (16.80% from 255 or 13.64% from 308); Blue value is 252 (98.83% from 255 or 81.82% from 308); Max value from RGB is 252 - color contains mainly: blue. Hex color #0E2AFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0E2AFC is #F1D503. Grayscale: #383838. Windows color (decimal): -15848708 or 16525838. OLE color: 16525838.
HSL color Cylindrical-coordinate representation of color #0E2AFC: hue angle of 232.94º 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 #0E2AFC is Cyan = 0.94, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 14 | 42 | 252 | - |
| CMYK | 0.94 | 0.83 | 0 | 0.01 |
| HSL | 232.94º | 0.98% | 0.52% | - |
| HSV(B) | 232.94º | 0.94% | 0.99% | - |
| XYZ | 18.58 | 8.78 | 92.81 | - |
| YUV | 57.57 | 237.72 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 42 | 252 | 0.94 | 0.83 | 0 | 0.01 | 232.94 | 0.98 | 0.52 |
| Hex | E | 2A | FC | 5E | 53 | 0 | 1 | E9 | 62 | 34 |
| Octal | 16 | 52 | 374 | 136 | 123 | 0 | 1 | 351 | 142 | 64 |
| Binary | 1110 | 101010 | 11111100 | 1011110 | 1010011 | 0 | 1 | 11101001 | 1100010 | 110100 |
Color Harmonies of #0E2AFC
Complementary color
Monochromatic Colors of #0E2AFC
Black with #0E2AFC
Text Example
Text Example
White with #0E2AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2AFC; }
p { color: rgb(14,42,252); }
H1.HeaderClassName
{
color: #0E2AFC;
}
.AnyTagClassName
{
color: #0E2AFC;
}
</style>
background-color css
<style>
a { background-color: #0E2AFC; }
a { background-color: rgb(14,42,252); }
div.DivClassName
{
background-color: #0E2AFC;
}
.BgClassName
{
background-color: #0E2AFC;
}
</style>
border-color css
<style>
span { border-color: #0E2AFC; }
span { border-color: rgb(14,42,252); }
td.TdClassName
{
border-color: #0E2AFC;
}
.TagClassName
{
border-color: #0E2AFC;
}
</style>