Shades of Medium Blue #021CCA
Tints of Medium Blue #021CCA
RGB
CMYK
RGB Variations
Color information
#021CCA (or 0x021CCA) is known color: Medium Blue. HEX triplet: 02, 1C and CA. RGB value is (2,28,202). Sum of RGB (Red+Green+Blue) = 2+28+202=232 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 232); Green value is 28 (11.33% from 255 or 12.07% from 232); Blue value is 202 (79.30% from 255 or 87.07% from 232); Max value from RGB is 202 - color contains mainly: blue. Hex color #021CCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021CCA is #FDE335. Grayscale: #272727. Windows color (decimal): -16638774 or 13245442. OLE color: 13245442.
HSL color Cylindrical-coordinate representation of color #021CCA: hue angle of 232.2º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021CCA is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 28 | 202 | - |
| CMYK | 0.99 | 0.86 | 0 | 0.21 |
| HSL | 232.2º | 0.98% | 0.4% | - |
| HSV(B) | 232.2º | 0.99% | 0.79% | - |
| XYZ | 11.1 | 5.11 | 56.28 | - |
| YUV | 40.06 | 219.39 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 28 | 202 | 0.99 | 0.86 | 0 | 0.21 | 232.2 | 0.98 | 0.4 |
| Hex | 2 | 1C | CA | 63 | 56 | 0 | 15 | E8 | 62 | 28 |
| Octal | 2 | 34 | 312 | 143 | 126 | 0 | 25 | 350 | 142 | 50 |
| Binary | 10 | 11100 | 11001010 | 1100011 | 1010110 | 0 | 10101 | 11101000 | 1100010 | 101000 |
Color Harmonies of #021CCA
Complementary color
Monochromatic Colors of #021CCA
Black with #021CCA
Text Example
Text Example
White with #021CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021CCA; }
p { color: rgb(2,28,202); }
H1.HeaderClassName
{
color: #021CCA;
}
.AnyTagClassName
{
color: #021CCA;
}
</style>
background-color css
<style>
a { background-color: #021CCA; }
a { background-color: rgb(2,28,202); }
div.DivClassName
{
background-color: #021CCA;
}
.BgClassName
{
background-color: #021CCA;
}
</style>
border-color css
<style>
span { border-color: #021CCA; }
span { border-color: rgb(2,28,202); }
td.TdClassName
{
border-color: #021CCA;
}
.TagClassName
{
border-color: #021CCA;
}
</style>