Shades of Blue #210CFF
Tints of Blue #210CFF
RGB
CMYK
RGB Variations
Color information
#210CFF (or 0x210CFF) is known color: Blue. HEX triplet: 21, 0C and FF. RGB value is (33,12,255). Sum of RGB (Red+Green+Blue) = 33+12+255=300 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11% from 300); Green value is 12 (5.08% from 255 or 4% from 300); Blue value is 255 (100% from 255 or 85% from 300); Max value from RGB is 255 - color contains mainly: blue. Hex color #210CFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #210CFF is #DEF300. Grayscale: #2D2D2D. Windows color (decimal): -14611201 or 16714785. OLE color: 16714785.
HSL color Cylindrical-coordinate representation of color #210CFF: hue angle of 245.19º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #210CFF is Cyan = 0.87, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 12 | 255 | - |
| CMYK | 0.87 | 0.95 | 0 | 0 |
| HSL | 245.19º | 1% | 0.52% | - |
| HSV(B) | 245.19º | 0.95% | 1% | - |
| XYZ | 18.81 | 7.81 | 95.12 | - |
| YUV | 45.98 | 245.96 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 12 | 255 | 0.87 | 0.95 | 0 | 0 | 245.19 | 1 | 0.52 |
| Hex | 21 | C | FF | 57 | 5F | 0 | 0 | F5 | 64 | 34 |
| Octal | 41 | 14 | 377 | 127 | 137 | 0 | 0 | 365 | 144 | 64 |
| Binary | 100001 | 1100 | 11111111 | 1010111 | 1011111 | 0 | 0 | 11110101 | 1100100 | 110100 |
Color Harmonies of #210CFF
Complementary color
Monochromatic Colors of #210CFF
Black with #210CFF
Text Example
Text Example
White with #210CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210CFF; }
p { color: rgb(33,12,255); }
H1.HeaderClassName
{
color: #210CFF;
}
.AnyTagClassName
{
color: #210CFF;
}
</style>
background-color css
<style>
a { background-color: #210CFF; }
a { background-color: rgb(33,12,255); }
div.DivClassName
{
background-color: #210CFF;
}
.BgClassName
{
background-color: #210CFF;
}
</style>
border-color css
<style>
span { border-color: #210CFF; }
span { border-color: rgb(33,12,255); }
td.TdClassName
{
border-color: #210CFF;
}
.TagClassName
{
border-color: #210CFF;
}
</style>