Shades of Blue #210DF6
Tints of Blue #210DF6
RGB
CMYK
RGB Variations
Color information
#210DF6 (or 0x210DF6) is known color: Blue. HEX triplet: 21, 0D and F6. RGB value is (33,13,246). Sum of RGB (Red+Green+Blue) = 33+13+246=292 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.30% from 292); Green value is 13 (5.47% from 255 or 4.45% from 292); Blue value is 246 (96.48% from 255 or 84.25% from 292); Max value from RGB is 246 - color contains mainly: blue. Hex color #210DF6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #210DF6 is #DEF209. Grayscale: #2C2C2C. Windows color (decimal): -14610954 or 16125217. OLE color: 16125217.
HSL color Cylindrical-coordinate representation of color #210DF6: hue angle of 245.15º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #210DF6 is Cyan = 0.87, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 33 | 13 | 246 | - |
| CMYK | 0.87 | 0.95 | 0 | 0.04 |
| HSL | 245.15º | 0.93% | 0.51% | - |
| HSV(B) | 245.15º | 0.95% | 0.96% | - |
| XYZ | 17.41 | 7.27 | 87.67 | - |
| YUV | 45.54 | 241.13 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 13 | 246 | 0.87 | 0.95 | 0 | 0.04 | 245.15 | 0.93 | 0.51 |
| Hex | 21 | D | F6 | 57 | 5F | 0 | 4 | F5 | 5D | 33 |
| Octal | 41 | 15 | 366 | 127 | 137 | 0 | 4 | 365 | 135 | 63 |
| Binary | 100001 | 1101 | 11110110 | 1010111 | 1011111 | 0 | 100 | 11110101 | 1011101 | 110011 |
Color Harmonies of #210DF6
Complementary color
Monochromatic Colors of #210DF6
Black with #210DF6
Text Example
Text Example
White with #210DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210DF6; }
p { color: rgb(33,13,246); }
H1.HeaderClassName
{
color: #210DF6;
}
.AnyTagClassName
{
color: #210DF6;
}
</style>
background-color css
<style>
a { background-color: #210DF6; }
a { background-color: rgb(33,13,246); }
div.DivClassName
{
background-color: #210DF6;
}
.BgClassName
{
background-color: #210DF6;
}
</style>
border-color css
<style>
span { border-color: #210DF6; }
span { border-color: rgb(33,13,246); }
td.TdClassName
{
border-color: #210DF6;
}
.TagClassName
{
border-color: #210DF6;
}
</style>