Shades of Medium Blue #0E03D2
Tints of Medium Blue #0E03D2
RGB
CMYK
RGB Variations
Color information
#0E03D2 (or 0x0E03D2) is known color: Medium Blue. HEX triplet: 0E, 03 and D2. RGB value is (14,3,210). Sum of RGB (Red+Green+Blue) = 14+3+210=227 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.17% from 227); Green value is 3 (1.56% from 255 or 1.32% from 227); Blue value is 210 (82.42% from 255 or 92.51% from 227); Max value from RGB is 210 - color contains mainly: blue. Hex color #0E03D2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E03D2 is #F1FC2D. Grayscale: #1D1D1D. Windows color (decimal): -15858734 or 13763342. OLE color: 13763342.
HSL color Cylindrical-coordinate representation of color #0E03D2: hue angle of 243.19º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0E03D2 is Cyan = 0.93, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 14 | 3 | 210 | - |
| CMYK | 0.93 | 0.99 | 0 | 0.18 |
| HSL | 243.19º | 0.97% | 0.42% | - |
| HSV(B) | 243.19º | 0.99% | 0.82% | - |
| XYZ | 11.85 | 4.81 | 61.28 | - |
| YUV | 29.89 | 229.64 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 3 | 210 | 0.93 | 0.99 | 0 | 0.18 | 243.19 | 0.97 | 0.42 |
| Hex | E | 3 | D2 | 5D | 63 | 0 | 12 | F3 | 61 | 2A |
| Octal | 16 | 3 | 322 | 135 | 143 | 0 | 22 | 363 | 141 | 52 |
| Binary | 1110 | 11 | 11010010 | 1011101 | 1100011 | 0 | 10010 | 11110011 | 1100001 | 101010 |
Color Harmonies of #0E03D2
Complementary color
Monochromatic Colors of #0E03D2
Black with #0E03D2
Text Example
Text Example
White with #0E03D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E03D2; }
p { color: rgb(14,3,210); }
H1.HeaderClassName
{
color: #0E03D2;
}
.AnyTagClassName
{
color: #0E03D2;
}
</style>
background-color css
<style>
a { background-color: #0E03D2; }
a { background-color: rgb(14,3,210); }
div.DivClassName
{
background-color: #0E03D2;
}
.BgClassName
{
background-color: #0E03D2;
}
</style>
border-color css
<style>
span { border-color: #0E03D2; }
span { border-color: rgb(14,3,210); }
td.TdClassName
{
border-color: #0E03D2;
}
.TagClassName
{
border-color: #0E03D2;
}
</style>