Shades of Medium Blue #021FCD
Tints of Medium Blue #021FCD
RGB
CMYK
RGB Variations
Color information
#021FCD (or 0x021FCD) is known color: Medium Blue. HEX triplet: 02, 1F and CD. RGB value is (2,31,205). Sum of RGB (Red+Green+Blue) = 2+31+205=238 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 238); Green value is 31 (12.5% from 255 or 13.03% from 238); Blue value is 205 (80.47% from 255 or 86.13% from 238); Max value from RGB is 205 - color contains mainly: blue. Hex color #021FCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021FCD is #FDE032. Grayscale: #292929. Windows color (decimal): -16638003 or 13442818. OLE color: 13442818.
HSL color Cylindrical-coordinate representation of color #021FCD: hue angle of 231.43º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021FCD is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 31 | 205 | - |
| CMYK | 0.99 | 0.85 | 0 | 0.20 |
| HSL | 231.43º | 0.98% | 0.41% | - |
| HSV(B) | 231.43º | 0.99% | 0.8% | - |
| XYZ | 11.53 | 5.4 | 58.19 | - |
| YUV | 42.17 | 219.89 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 31 | 205 | 0.99 | 0.85 | 0 | 0.20 | 231.43 | 0.98 | 0.41 |
| Hex | 2 | 1F | CD | 63 | 55 | 0 | 14 | E7 | 62 | 29 |
| Octal | 2 | 37 | 315 | 143 | 125 | 0 | 24 | 347 | 142 | 51 |
| Binary | 10 | 11111 | 11001101 | 1100011 | 1010101 | 0 | 10100 | 11100111 | 1100010 | 101001 |
Color Harmonies of #021FCD
Complementary color
Monochromatic Colors of #021FCD
Black with #021FCD
Text Example
Text Example
White with #021FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021FCD; }
p { color: rgb(2,31,205); }
H1.HeaderClassName
{
color: #021FCD;
}
.AnyTagClassName
{
color: #021FCD;
}
</style>
background-color css
<style>
a { background-color: #021FCD; }
a { background-color: rgb(2,31,205); }
div.DivClassName
{
background-color: #021FCD;
}
.BgClassName
{
background-color: #021FCD;
}
</style>
border-color css
<style>
span { border-color: #021FCD; }
span { border-color: rgb(2,31,205); }
td.TdClassName
{
border-color: #021FCD;
}
.TagClassName
{
border-color: #021FCD;
}
</style>