Shades of Blue #021CEC
Tints of Blue #021CEC
RGB
CMYK
RGB Variations
Color information
#021CEC (or 0x021CEC) is known color: Blue. HEX triplet: 02, 1C and EC. RGB value is (2,28,236). Sum of RGB (Red+Green+Blue) = 2+28+236=266 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 266); Green value is 28 (11.33% from 255 or 10.53% from 266); Blue value is 236 (92.58% from 255 or 88.72% from 266); Max value from RGB is 236 - color contains mainly: blue. Hex color #021CEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #021CEC is #FDE313. Grayscale: #2B2B2B. Windows color (decimal): -16638740 or 15473666. OLE color: 15473666.
HSL color Cylindrical-coordinate representation of color #021CEC: hue angle of 233.33º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021CEC is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 28 | 236 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.07 |
| HSL | 233.33º | 0.98% | 0.47% | - |
| HSV(B) | 233.33º | 0.99% | 0.93% | - |
| XYZ | 15.58 | 6.9 | 79.87 | - |
| YUV | 43.94 | 236.39 | 98.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 28 | 236 | 0.99 | 0.88 | 0 | 0.07 | 233.33 | 0.98 | 0.47 |
| Hex | 2 | 1C | EC | 63 | 58 | 0 | 7 | E9 | 62 | 2F |
| Octal | 2 | 34 | 354 | 143 | 130 | 0 | 7 | 351 | 142 | 57 |
| Binary | 10 | 11100 | 11101100 | 1100011 | 1011000 | 0 | 111 | 11101001 | 1100010 | 101111 |
Color Harmonies of #021CEC
Complementary color
Monochromatic Colors of #021CEC
Black with #021CEC
Text Example
Text Example
White with #021CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021CEC; }
p { color: rgb(2,28,236); }
H1.HeaderClassName
{
color: #021CEC;
}
.AnyTagClassName
{
color: #021CEC;
}
</style>
background-color css
<style>
a { background-color: #021CEC; }
a { background-color: rgb(2,28,236); }
div.DivClassName
{
background-color: #021CEC;
}
.BgClassName
{
background-color: #021CEC;
}
</style>
border-color css
<style>
span { border-color: #021CEC; }
span { border-color: rgb(2,28,236); }
td.TdClassName
{
border-color: #021CEC;
}
.TagClassName
{
border-color: #021CEC;
}
</style>