Shades of Blue #0E23FA
Tints of Blue #0E23FA
RGB
CMYK
RGB Variations
Color information
#0E23FA (or 0x0E23FA) is known color: Blue. HEX triplet: 0E, 23 and FA. RGB value is (14,35,250). Sum of RGB (Red+Green+Blue) = 14+35+250=299 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.68% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 250 (98.05% from 255 or 83.61% from 299); Max value from RGB is 250 - color contains mainly: blue. Hex color #0E23FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0E23FA is #F1DC05. Grayscale: #343434. Windows color (decimal): -15850502 or 16392974. OLE color: 16392974.
HSL color Cylindrical-coordinate representation of color #0E23FA: hue angle of 234.66º 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 #0E23FA is Cyan = 0.94, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 14 | 35 | 250 | - |
| CMYK | 0.94 | 0.86 | 0 | 0.02 |
| HSL | 234.66º | 0.96% | 0.52% | - |
| HSV(B) | 234.66º | 0.94% | 0.98% | - |
| XYZ | 18.04 | 8.2 | 91.07 | - |
| YUV | 53.23 | 239.04 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 35 | 250 | 0.94 | 0.86 | 0 | 0.02 | 234.66 | 0.96 | 0.52 |
| Hex | E | 23 | FA | 5E | 56 | 0 | 2 | EB | 60 | 34 |
| Octal | 16 | 43 | 372 | 136 | 126 | 0 | 2 | 353 | 140 | 64 |
| Binary | 1110 | 100011 | 11111010 | 1011110 | 1010110 | 0 | 10 | 11101011 | 1100000 | 110100 |
Color Harmonies of #0E23FA
Complementary color
Monochromatic Colors of #0E23FA
Black with #0E23FA
Text Example
Text Example
White with #0E23FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E23FA; }
p { color: rgb(14,35,250); }
H1.HeaderClassName
{
color: #0E23FA;
}
.AnyTagClassName
{
color: #0E23FA;
}
</style>
background-color css
<style>
a { background-color: #0E23FA; }
a { background-color: rgb(14,35,250); }
div.DivClassName
{
background-color: #0E23FA;
}
.BgClassName
{
background-color: #0E23FA;
}
</style>
border-color css
<style>
span { border-color: #0E23FA; }
span { border-color: rgb(14,35,250); }
td.TdClassName
{
border-color: #0E23FA;
}
.TagClassName
{
border-color: #0E23FA;
}
</style>