Shades of Blue #210AFA
Tints of Blue #210AFA
RGB
CMYK
RGB Variations
Color information
#210AFA (or 0x210AFA) is known color: Blue. HEX triplet: 21, 0A and FA. RGB value is (33,10,250). Sum of RGB (Red+Green+Blue) = 33+10+250=293 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.26% from 293); Green value is 10 (4.30% from 255 or 3.41% from 293); Blue value is 250 (98.05% from 255 or 85.32% from 293); Max value from RGB is 250 - color contains mainly: blue. Hex color #210AFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #210AFA is #DEF505. Grayscale: #2B2B2B. Windows color (decimal): -14611718 or 16386593. OLE color: 16386593.
HSL color Cylindrical-coordinate representation of color #210AFA: hue angle of 245.75º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #210AFA is Cyan = 0.87, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 33 | 10 | 250 | - |
| CMYK | 0.87 | 0.96 | 0 | 0.02 |
| HSL | 245.75º | 0.96% | 0.51% | - |
| HSV(B) | 245.75º | 0.96% | 0.98% | - |
| XYZ | 17.99 | 7.44 | 90.93 | - |
| YUV | 44.24 | 244.12 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 10 | 250 | 0.87 | 0.96 | 0 | 0.02 | 245.75 | 0.96 | 0.51 |
| Hex | 21 | A | FA | 57 | 60 | 0 | 2 | F6 | 60 | 33 |
| Octal | 41 | 12 | 372 | 127 | 140 | 0 | 2 | 366 | 140 | 63 |
| Binary | 100001 | 1010 | 11111010 | 1010111 | 1100000 | 0 | 10 | 11110110 | 1100000 | 110011 |
Color Harmonies of #210AFA
Complementary color
Monochromatic Colors of #210AFA
Black with #210AFA
Text Example
Text Example
White with #210AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210AFA; }
p { color: rgb(33,10,250); }
H1.HeaderClassName
{
color: #210AFA;
}
.AnyTagClassName
{
color: #210AFA;
}
</style>
background-color css
<style>
a { background-color: #210AFA; }
a { background-color: rgb(33,10,250); }
div.DivClassName
{
background-color: #210AFA;
}
.BgClassName
{
background-color: #210AFA;
}
</style>
border-color css
<style>
span { border-color: #210AFA; }
span { border-color: rgb(33,10,250); }
td.TdClassName
{
border-color: #210AFA;
}
.TagClassName
{
border-color: #210AFA;
}
</style>