Shades of Medium Blue #0E23DF
Tints of Medium Blue #0E23DF
RGB
CMYK
RGB Variations
Color information
#0E23DF (or 0x0E23DF) is known color: Medium Blue. HEX triplet: 0E, 23 and DF. RGB value is (14,35,223). Sum of RGB (Red+Green+Blue) = 14+35+223=272 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.15% from 272); Green value is 35 (14.06% from 255 or 12.87% from 272); Blue value is 223 (87.5% from 255 or 81.99% from 272); Max value from RGB is 223 - color contains mainly: blue. Hex color #0E23DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E23DF is #F1DC20. Grayscale: #313131. Windows color (decimal): -15850529 or 14623502. OLE color: 14623502.
HSL color Cylindrical-coordinate representation of color #0E23DF: hue angle of 233.97º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E23DF is Cyan = 0.94, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 14 | 35 | 223 | - |
| CMYK | 0.94 | 0.84 | 0 | 0.13 |
| HSL | 233.97º | 0.88% | 0.46% | - |
| HSV(B) | 233.97º | 0.94% | 0.87% | - |
| XYZ | 14.1 | 6.62 | 70.35 | - |
| YUV | 50.15 | 225.54 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 35 | 223 | 0.94 | 0.84 | 0 | 0.13 | 233.97 | 0.88 | 0.46 |
| Hex | E | 23 | DF | 5E | 54 | 0 | D | EA | 58 | 2E |
| Octal | 16 | 43 | 337 | 136 | 124 | 0 | 15 | 352 | 130 | 56 |
| Binary | 1110 | 100011 | 11011111 | 1011110 | 1010100 | 0 | 1101 | 11101010 | 1011000 | 101110 |
Color Harmonies of #0E23DF
Complementary color
Monochromatic Colors of #0E23DF
Black with #0E23DF
Text Example
Text Example
White with #0E23DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E23DF; }
p { color: rgb(14,35,223); }
H1.HeaderClassName
{
color: #0E23DF;
}
.AnyTagClassName
{
color: #0E23DF;
}
</style>
background-color css
<style>
a { background-color: #0E23DF; }
a { background-color: rgb(14,35,223); }
div.DivClassName
{
background-color: #0E23DF;
}
.BgClassName
{
background-color: #0E23DF;
}
</style>
border-color css
<style>
span { border-color: #0E23DF; }
span { border-color: rgb(14,35,223); }
td.TdClassName
{
border-color: #0E23DF;
}
.TagClassName
{
border-color: #0E23DF;
}
</style>