Shades of Medium Blue #021CDA
Tints of Medium Blue #021CDA
RGB
CMYK
RGB Variations
Color information
#021CDA (or 0x021CDA) is known color: Medium Blue. HEX triplet: 02, 1C and DA. RGB value is (2,28,218). Sum of RGB (Red+Green+Blue) = 2+28+218=248 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 248); Green value is 28 (11.33% from 255 or 11.29% from 248); Blue value is 218 (85.55% from 255 or 87.90% from 248); Max value from RGB is 218 - color contains mainly: blue. Hex color #021CDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021CDA is #FDE325. Grayscale: #292929. Windows color (decimal): -16638758 or 14294018. OLE color: 14294018.
HSL color Cylindrical-coordinate representation of color #021CDA: hue angle of 232.78º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021CDA is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 28 | 218 | - |
| CMYK | 0.99 | 0.87 | 0 | 0.15 |
| HSL | 232.78º | 0.98% | 0.43% | - |
| HSV(B) | 232.78º | 0.99% | 0.85% | - |
| XYZ | 13.1 | 5.91 | 66.78 | - |
| YUV | 41.89 | 227.39 | 99.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 28 | 218 | 0.99 | 0.87 | 0 | 0.15 | 232.78 | 0.98 | 0.43 |
| Hex | 2 | 1C | DA | 63 | 57 | 0 | F | E9 | 62 | 2B |
| Octal | 2 | 34 | 332 | 143 | 127 | 0 | 17 | 351 | 142 | 53 |
| Binary | 10 | 11100 | 11011010 | 1100011 | 1010111 | 0 | 1111 | 11101001 | 1100010 | 101011 |
Color Harmonies of #021CDA
Complementary color
Monochromatic Colors of #021CDA
Black with #021CDA
Text Example
Text Example
White with #021CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021CDA; }
p { color: rgb(2,28,218); }
H1.HeaderClassName
{
color: #021CDA;
}
.AnyTagClassName
{
color: #021CDA;
}
</style>
background-color css
<style>
a { background-color: #021CDA; }
a { background-color: rgb(2,28,218); }
div.DivClassName
{
background-color: #021CDA;
}
.BgClassName
{
background-color: #021CDA;
}
</style>
border-color css
<style>
span { border-color: #021CDA; }
span { border-color: rgb(2,28,218); }
td.TdClassName
{
border-color: #021CDA;
}
.TagClassName
{
border-color: #021CDA;
}
</style>