Shades of Medium Blue #021BCA
Tints of Medium Blue #021BCA
RGB
CMYK
RGB Variations
Color information
#021BCA (or 0x021BCA) is known color: Medium Blue. HEX triplet: 02, 1B and CA. RGB value is (2,27,202). Sum of RGB (Red+Green+Blue) = 2+27+202=231 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 231); Green value is 27 (10.94% from 255 or 11.69% from 231); Blue value is 202 (79.30% from 255 or 87.45% from 231); Max value from RGB is 202 - color contains mainly: blue. Hex color #021BCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021BCA is #FDE435. Grayscale: #262626. Windows color (decimal): -16639030 or 13245186. OLE color: 13245186.
HSL color Cylindrical-coordinate representation of color #021BCA: hue angle of 232.5º 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 #021BCA is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 27 | 202 | - |
| CMYK | 0.99 | 0.87 | 0 | 0.21 |
| HSL | 232.5º | 0.98% | 0.4% | - |
| HSV(B) | 232.5º | 0.99% | 0.79% | - |
| XYZ | 11.08 | 5.06 | 56.27 | - |
| YUV | 39.48 | 219.72 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 27 | 202 | 0.99 | 0.87 | 0 | 0.21 | 232.5 | 0.98 | 0.4 |
| Hex | 2 | 1B | CA | 63 | 57 | 0 | 15 | E8 | 62 | 28 |
| Octal | 2 | 33 | 312 | 143 | 127 | 0 | 25 | 350 | 142 | 50 |
| Binary | 10 | 11011 | 11001010 | 1100011 | 1010111 | 0 | 10101 | 11101000 | 1100010 | 101000 |
Color Harmonies of #021BCA
Complementary color
Monochromatic Colors of #021BCA
Black with #021BCA
Text Example
Text Example
White with #021BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021BCA; }
p { color: rgb(2,27,202); }
H1.HeaderClassName
{
color: #021BCA;
}
.AnyTagClassName
{
color: #021BCA;
}
</style>
background-color css
<style>
a { background-color: #021BCA; }
a { background-color: rgb(2,27,202); }
div.DivClassName
{
background-color: #021BCA;
}
.BgClassName
{
background-color: #021BCA;
}
</style>
border-color css
<style>
span { border-color: #021BCA; }
span { border-color: rgb(2,27,202); }
td.TdClassName
{
border-color: #021BCA;
}
.TagClassName
{
border-color: #021BCA;
}
</style>