Shades of Blue #0E37FA
Tints of Blue #0E37FA
RGB
CMYK
RGB Variations
Color information
#0E37FA (or 0x0E37FA) is known color: Blue. HEX triplet: 0E, 37 and FA. RGB value is (14,55,250). Sum of RGB (Red+Green+Blue) = 14+55+250=319 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.39% from 319); Green value is 55 (21.88% from 255 or 17.24% from 319); Blue value is 250 (98.05% from 255 or 78.37% from 319); Max value from RGB is 250 - color contains mainly: blue. Hex color #0E37FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0E37FA is #F1C805. Grayscale: #404040. Windows color (decimal): -15845382 or 16398094. OLE color: 16398094.
HSL color Cylindrical-coordinate representation of color #0E37FA: hue angle of 229.58º 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 #0E37FA is Cyan = 0.94, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 14 | 55 | 250 | - |
| CMYK | 0.94 | 0.78 | 0 | 0.02 |
| HSL | 229.58º | 0.96% | 0.52% | - |
| HSV(B) | 229.58º | 0.94% | 0.98% | - |
| XYZ | 18.8 | 9.73 | 91.33 | - |
| YUV | 64.97 | 232.42 | 91.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 55 | 250 | 0.94 | 0.78 | 0 | 0.02 | 229.58 | 0.96 | 0.52 |
| Hex | E | 37 | FA | 5E | 4E | 0 | 2 | E6 | 60 | 34 |
| Octal | 16 | 67 | 372 | 136 | 116 | 0 | 2 | 346 | 140 | 64 |
| Binary | 1110 | 110111 | 11111010 | 1011110 | 1001110 | 0 | 10 | 11100110 | 1100000 | 110100 |
Color Harmonies of #0E37FA
Complementary color
Monochromatic Colors of #0E37FA
Black with #0E37FA
Text Example
Text Example
White with #0E37FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E37FA; }
p { color: rgb(14,55,250); }
H1.HeaderClassName
{
color: #0E37FA;
}
.AnyTagClassName
{
color: #0E37FA;
}
</style>
background-color css
<style>
a { background-color: #0E37FA; }
a { background-color: rgb(14,55,250); }
div.DivClassName
{
background-color: #0E37FA;
}
.BgClassName
{
background-color: #0E37FA;
}
</style>
border-color css
<style>
span { border-color: #0E37FA; }
span { border-color: rgb(14,55,250); }
td.TdClassName
{
border-color: #0E37FA;
}
.TagClassName
{
border-color: #0E37FA;
}
</style>