Shades of Blue #0E31FA
Tints of Blue #0E31FA
RGB
CMYK
RGB Variations
Color information
#0E31FA (or 0x0E31FA) is known color: Blue. HEX triplet: 0E, 31 and FA. RGB value is (14,49,250). Sum of RGB (Red+Green+Blue) = 14+49+250=313 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.47% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 250 (98.05% from 255 or 79.87% from 313); Max value from RGB is 250 - color contains mainly: blue. Hex color #0E31FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0E31FA is #F1CE05. Grayscale: #3C3C3C. Windows color (decimal): -15846918 or 16396558. OLE color: 16396558.
HSL color Cylindrical-coordinate representation of color #0E31FA: hue angle of 231.1º degrees, saturation: 0.96, 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 #0E31FA is Cyan = 0.94, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 14 | 49 | 250 | - |
| CMYK | 0.94 | 0.80 | 0 | 0.02 |
| HSL | 231.1º | 0.96% | 0.52% | - |
| HSV(B) | 231.1º | 0.94% | 0.98% | - |
| XYZ | 18.53 | 9.19 | 91.24 | - |
| YUV | 61.45 | 234.4 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 49 | 250 | 0.94 | 0.80 | 0 | 0.02 | 231.1 | 0.96 | 0.52 |
| Hex | E | 31 | FA | 5E | 50 | 0 | 2 | E7 | 60 | 34 |
| Octal | 16 | 61 | 372 | 136 | 120 | 0 | 2 | 347 | 140 | 64 |
| Binary | 1110 | 110001 | 11111010 | 1011110 | 1010000 | 0 | 10 | 11100111 | 1100000 | 110100 |
Color Harmonies of #0E31FA
Complementary color
Monochromatic Colors of #0E31FA
Black with #0E31FA
Text Example
Text Example
White with #0E31FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E31FA; }
p { color: rgb(14,49,250); }
H1.HeaderClassName
{
color: #0E31FA;
}
.AnyTagClassName
{
color: #0E31FA;
}
</style>
background-color css
<style>
a { background-color: #0E31FA; }
a { background-color: rgb(14,49,250); }
div.DivClassName
{
background-color: #0E31FA;
}
.BgClassName
{
background-color: #0E31FA;
}
</style>
border-color css
<style>
span { border-color: #0E31FA; }
span { border-color: rgb(14,49,250); }
td.TdClassName
{
border-color: #0E31FA;
}
.TagClassName
{
border-color: #0E31FA;
}
</style>