Shades of Blue #210DF0
Tints of Blue #210DF0
RGB
CMYK
RGB Variations
Color information
#210DF0 (or 0x210DF0) is known color: Blue. HEX triplet: 21, 0D and F0. RGB value is (33,13,240). Sum of RGB (Red+Green+Blue) = 33+13+240=286 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.54% from 286); Green value is 13 (5.47% from 255 or 4.55% from 286); Blue value is 240 (94.14% from 255 or 83.92% from 286); Max value from RGB is 240 - color contains mainly: blue. Hex color #210DF0 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #210DF0 is #DEF20F. Grayscale: #2B2B2B. Windows color (decimal): -14610960 or 15732001. OLE color: 15732001.
HSL color Cylindrical-coordinate representation of color #210DF0: hue angle of 245.29º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #210DF0 is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 33 | 13 | 240 | - |
| CMYK | 0.86 | 0.95 | 0 | 0.06 |
| HSL | 245.29º | 0.9% | 0.5% | - |
| HSV(B) | 245.29º | 0.95% | 0.94% | - |
| XYZ | 16.5 | 6.9 | 82.9 | - |
| YUV | 44.86 | 238.13 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 13 | 240 | 0.86 | 0.95 | 0 | 0.06 | 245.29 | 0.9 | 0.5 |
| Hex | 21 | D | F0 | 56 | 5F | 0 | 6 | F5 | 5A | 32 |
| Octal | 41 | 15 | 360 | 126 | 137 | 0 | 6 | 365 | 132 | 62 |
| Binary | 100001 | 1101 | 11110000 | 1010110 | 1011111 | 0 | 110 | 11110101 | 1011010 | 110010 |
Color Harmonies of #210DF0
Complementary color
Monochromatic Colors of #210DF0
Black with #210DF0
Text Example
Text Example
White with #210DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210DF0; }
p { color: rgb(33,13,240); }
H1.HeaderClassName
{
color: #210DF0;
}
.AnyTagClassName
{
color: #210DF0;
}
</style>
background-color css
<style>
a { background-color: #210DF0; }
a { background-color: rgb(33,13,240); }
div.DivClassName
{
background-color: #210DF0;
}
.BgClassName
{
background-color: #210DF0;
}
</style>
border-color css
<style>
span { border-color: #210DF0; }
span { border-color: rgb(33,13,240); }
td.TdClassName
{
border-color: #210DF0;
}
.TagClassName
{
border-color: #210DF0;
}
</style>