Shades of Medium Blue #021ECB
Tints of Medium Blue #021ECB
RGB
CMYK
RGB Variations
Color information
#021ECB (or 0x021ECB) is known color: Medium Blue. HEX triplet: 02, 1E and CB. RGB value is (2,30,203). Sum of RGB (Red+Green+Blue) = 2+30+203=235 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 235); Green value is 30 (12.11% from 255 or 12.77% from 235); Blue value is 203 (79.69% from 255 or 86.38% from 235); Max value from RGB is 203 - color contains mainly: blue. Hex color #021ECB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021ECB is #FDE134. Grayscale: #282828. Windows color (decimal): -16638261 or 13311490. OLE color: 13311490.
HSL color Cylindrical-coordinate representation of color #021ECB: hue angle of 231.64º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021ECB is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 30 | 203 | - |
| CMYK | 0.99 | 0.85 | 0 | 0.20 |
| HSL | 231.64º | 0.98% | 0.4% | - |
| HSV(B) | 231.64º | 0.99% | 0.8% | - |
| XYZ | 11.27 | 5.25 | 56.92 | - |
| YUV | 41.35 | 219.22 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 30 | 203 | 0.99 | 0.85 | 0 | 0.20 | 231.64 | 0.98 | 0.4 |
| Hex | 2 | 1E | CB | 63 | 55 | 0 | 14 | E8 | 62 | 28 |
| Octal | 2 | 36 | 313 | 143 | 125 | 0 | 24 | 350 | 142 | 50 |
| Binary | 10 | 11110 | 11001011 | 1100011 | 1010101 | 0 | 10100 | 11101000 | 1100010 | 101000 |
Color Harmonies of #021ECB
Complementary color
Monochromatic Colors of #021ECB
Black with #021ECB
Text Example
Text Example
White with #021ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021ECB; }
p { color: rgb(2,30,203); }
H1.HeaderClassName
{
color: #021ECB;
}
.AnyTagClassName
{
color: #021ECB;
}
</style>
background-color css
<style>
a { background-color: #021ECB; }
a { background-color: rgb(2,30,203); }
div.DivClassName
{
background-color: #021ECB;
}
.BgClassName
{
background-color: #021ECB;
}
</style>
border-color css
<style>
span { border-color: #021ECB; }
span { border-color: rgb(2,30,203); }
td.TdClassName
{
border-color: #021ECB;
}
.TagClassName
{
border-color: #021ECB;
}
</style>