Shades of Medium Blue #0E21D3
Tints of Medium Blue #0E21D3
RGB
CMYK
RGB Variations
Color information
#0E21D3 (or 0x0E21D3) is known color: Medium Blue. HEX triplet: 0E, 21 and D3. RGB value is (14,33,211). Sum of RGB (Red+Green+Blue) = 14+33+211=258 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.43% from 258); Green value is 33 (13.28% from 255 or 12.79% from 258); Blue value is 211 (82.81% from 255 or 81.78% from 258); Max value from RGB is 211 - color contains mainly: blue. Hex color #0E21D3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E21D3 is #F1DE2C. Grayscale: #2E2E2E. Windows color (decimal): -15851053 or 13836558. OLE color: 13836558.
HSL color Cylindrical-coordinate representation of color #0E21D3: hue angle of 234.21º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E21D3 is Cyan = 0.93, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 14 | 33 | 211 | - |
| CMYK | 0.93 | 0.84 | 0 | 0.17 |
| HSL | 234.21º | 0.88% | 0.44% | - |
| HSV(B) | 234.21º | 0.93% | 0.83% | - |
| XYZ | 12.48 | 5.88 | 62.11 | - |
| YUV | 47.61 | 220.21 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 33 | 211 | 0.93 | 0.84 | 0 | 0.17 | 234.21 | 0.88 | 0.44 |
| Hex | E | 21 | D3 | 5D | 54 | 0 | 11 | EA | 58 | 2C |
| Octal | 16 | 41 | 323 | 135 | 124 | 0 | 21 | 352 | 130 | 54 |
| Binary | 1110 | 100001 | 11010011 | 1011101 | 1010100 | 0 | 10001 | 11101010 | 1011000 | 101100 |
Color Harmonies of #0E21D3
Complementary color
Monochromatic Colors of #0E21D3
Black with #0E21D3
Text Example
Text Example
White with #0E21D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E21D3; }
p { color: rgb(14,33,211); }
H1.HeaderClassName
{
color: #0E21D3;
}
.AnyTagClassName
{
color: #0E21D3;
}
</style>
background-color css
<style>
a { background-color: #0E21D3; }
a { background-color: rgb(14,33,211); }
div.DivClassName
{
background-color: #0E21D3;
}
.BgClassName
{
background-color: #0E21D3;
}
</style>
border-color css
<style>
span { border-color: #0E21D3; }
span { border-color: rgb(14,33,211); }
td.TdClassName
{
border-color: #0E21D3;
}
.TagClassName
{
border-color: #0E21D3;
}
</style>