Shades of Medium Blue #021CE0
Tints of Medium Blue #021CE0
RGB
CMYK
RGB Variations
Color information
#021CE0 (or 0x021CE0) is known color: Medium Blue. HEX triplet: 02, 1C and E0. RGB value is (2,28,224). Sum of RGB (Red+Green+Blue) = 2+28+224=254 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 254); Green value is 28 (11.33% from 255 or 11.02% from 254); Blue value is 224 (87.89% from 255 or 88.19% from 254); Max value from RGB is 224 - color contains mainly: blue. Hex color #021CE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021CE0 is #FDE31F. Grayscale: #292929. Windows color (decimal): -16638752 or 14687234. OLE color: 14687234.
HSL color Cylindrical-coordinate representation of color #021CE0: hue angle of 232.97º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021CE0 is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 2 | 28 | 224 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.12 |
| HSL | 232.97º | 0.98% | 0.44% | - |
| HSV(B) | 232.97º | 0.99% | 0.88% | - |
| XYZ | 13.89 | 6.23 | 70.99 | - |
| YUV | 42.57 | 230.39 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 28 | 224 | 0.99 | 0.88 | 0 | 0.12 | 232.97 | 0.98 | 0.44 |
| Hex | 2 | 1C | E0 | 63 | 58 | 0 | C | E9 | 62 | 2C |
| Octal | 2 | 34 | 340 | 143 | 130 | 0 | 14 | 351 | 142 | 54 |
| Binary | 10 | 11100 | 11100000 | 1100011 | 1011000 | 0 | 1100 | 11101001 | 1100010 | 101100 |
Color Harmonies of #021CE0
Complementary color
Monochromatic Colors of #021CE0
Black with #021CE0
Text Example
Text Example
White with #021CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021CE0; }
p { color: rgb(2,28,224); }
H1.HeaderClassName
{
color: #021CE0;
}
.AnyTagClassName
{
color: #021CE0;
}
</style>
background-color css
<style>
a { background-color: #021CE0; }
a { background-color: rgb(2,28,224); }
div.DivClassName
{
background-color: #021CE0;
}
.BgClassName
{
background-color: #021CE0;
}
</style>
border-color css
<style>
span { border-color: #021CE0; }
span { border-color: rgb(2,28,224); }
td.TdClassName
{
border-color: #021CE0;
}
.TagClassName
{
border-color: #021CE0;
}
</style>