Shades of Blue #210CEC
Tints of Blue #210CEC
RGB
CMYK
RGB Variations
Color information
#210CEC (or 0x210CEC) is known color: Blue. HEX triplet: 21, 0C and EC. RGB value is (33,12,236). Sum of RGB (Red+Green+Blue) = 33+12+236=281 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.74% from 281); Green value is 12 (5.08% from 255 or 4.27% from 281); Blue value is 236 (92.58% from 255 or 83.99% from 281); Max value from RGB is 236 - color contains mainly: blue. Hex color #210CEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #210CEC is #DEF313. Grayscale: #2A2A2A. Windows color (decimal): -14611220 or 15469601. OLE color: 15469601.
HSL color Cylindrical-coordinate representation of color #210CEC: hue angle of 245.62º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #210CEC is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 12 | 236 | - |
| CMYK | 0.86 | 0.95 | 0 | 0.07 |
| HSL | 245.63º | 0.9% | 0.49% | - |
| HSV(B) | 245.63º | 0.95% | 0.93% | - |
| XYZ | 15.9 | 6.64 | 79.8 | - |
| YUV | 43.82 | 236.46 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 12 | 236 | 0.86 | 0.95 | 0 | 0.07 | 245.63 | 0.9 | 0.49 |
| Hex | 21 | C | EC | 56 | 5F | 0 | 7 | F6 | 5A | 31 |
| Octal | 41 | 14 | 354 | 126 | 137 | 0 | 7 | 366 | 132 | 61 |
| Binary | 100001 | 1100 | 11101100 | 1010110 | 1011111 | 0 | 111 | 11110110 | 1011010 | 110001 |
Color Harmonies of #210CEC
Complementary color
Monochromatic Colors of #210CEC
Black with #210CEC
Text Example
Text Example
White with #210CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210CEC; }
p { color: rgb(33,12,236); }
H1.HeaderClassName
{
color: #210CEC;
}
.AnyTagClassName
{
color: #210CEC;
}
</style>
background-color css
<style>
a { background-color: #210CEC; }
a { background-color: rgb(33,12,236); }
div.DivClassName
{
background-color: #210CEC;
}
.BgClassName
{
background-color: #210CEC;
}
</style>
border-color css
<style>
span { border-color: #210CEC; }
span { border-color: rgb(33,12,236); }
td.TdClassName
{
border-color: #210CEC;
}
.TagClassName
{
border-color: #210CEC;
}
</style>