Shades of Medium Blue #021CDC
Tints of Medium Blue #021CDC
RGB
CMYK
RGB Variations
Color information
#021CDC (or 0x021CDC) is known color: Medium Blue. HEX triplet: 02, 1C and DC. RGB value is (2,28,220). Sum of RGB (Red+Green+Blue) = 2+28+220=250 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.8% from 250); Green value is 28 (11.33% from 255 or 11.2% from 250); Blue value is 220 (86.33% from 255 or 88% from 250); Max value from RGB is 220 - color contains mainly: blue. Hex color #021CDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021CDC is #FDE323. Grayscale: #292929. Windows color (decimal): -16638756 or 14425090. OLE color: 14425090.
HSL color Cylindrical-coordinate representation of color #021CDC: hue angle of 232.84º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021CDC is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 28 | 220 | - |
| CMYK | 0.99 | 0.87 | 0 | 0.14 |
| HSL | 232.84º | 0.98% | 0.44% | - |
| HSV(B) | 232.84º | 0.99% | 0.86% | - |
| XYZ | 13.36 | 6.01 | 68.17 | - |
| YUV | 42.11 | 228.39 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 28 | 220 | 0.99 | 0.87 | 0 | 0.14 | 232.84 | 0.98 | 0.44 |
| Hex | 2 | 1C | DC | 63 | 57 | 0 | E | E9 | 62 | 2C |
| Octal | 2 | 34 | 334 | 143 | 127 | 0 | 16 | 351 | 142 | 54 |
| Binary | 10 | 11100 | 11011100 | 1100011 | 1010111 | 0 | 1110 | 11101001 | 1100010 | 101100 |
Color Harmonies of #021CDC
Complementary color
Monochromatic Colors of #021CDC
Black with #021CDC
Text Example
Text Example
White with #021CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021CDC; }
p { color: rgb(2,28,220); }
H1.HeaderClassName
{
color: #021CDC;
}
.AnyTagClassName
{
color: #021CDC;
}
</style>
background-color css
<style>
a { background-color: #021CDC; }
a { background-color: rgb(2,28,220); }
div.DivClassName
{
background-color: #021CDC;
}
.BgClassName
{
background-color: #021CDC;
}
</style>
border-color css
<style>
span { border-color: #021CDC; }
span { border-color: rgb(2,28,220); }
td.TdClassName
{
border-color: #021CDC;
}
.TagClassName
{
border-color: #021CDC;
}
</style>