Shades of Medium Blue #210FDF
Tints of Medium Blue #210FDF
RGB
CMYK
RGB Variations
Color information
#210FDF (or 0x210FDF) is known color: Medium Blue. HEX triplet: 21, 0F and DF. RGB value is (33,15,223). Sum of RGB (Red+Green+Blue) = 33+15+223=271 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.18% from 271); Green value is 15 (6.25% from 255 or 5.54% from 271); Blue value is 223 (87.5% from 255 or 82.29% from 271); Max value from RGB is 223 - color contains mainly: blue. Hex color #210FDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210FDF is #DEF020. Grayscale: #2B2B2B. Windows color (decimal): -14610465 or 14618401. OLE color: 14618401.
HSL color Cylindrical-coordinate representation of color #210FDF: hue angle of 245.19º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #210FDF is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 15 | 223 | - |
| CMYK | 0.85 | 0.93 | 0 | 0.13 |
| HSL | 245.19º | 0.87% | 0.47% | - |
| HSV(B) | 245.19º | 0.93% | 0.87% | - |
| XYZ | 14.12 | 5.99 | 70.22 | - |
| YUV | 44.09 | 228.96 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 15 | 223 | 0.85 | 0.93 | 0 | 0.13 | 245.19 | 0.87 | 0.47 |
| Hex | 21 | F | DF | 55 | 5D | 0 | D | F5 | 57 | 2F |
| Octal | 41 | 17 | 337 | 125 | 135 | 0 | 15 | 365 | 127 | 57 |
| Binary | 100001 | 1111 | 11011111 | 1010101 | 1011101 | 0 | 1101 | 11110101 | 1010111 | 101111 |
Color Harmonies of #210FDF
Complementary color
Monochromatic Colors of #210FDF
Black with #210FDF
Text Example
Text Example
White with #210FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210FDF; }
p { color: rgb(33,15,223); }
H1.HeaderClassName
{
color: #210FDF;
}
.AnyTagClassName
{
color: #210FDF;
}
</style>
background-color css
<style>
a { background-color: #210FDF; }
a { background-color: rgb(33,15,223); }
div.DivClassName
{
background-color: #210FDF;
}
.BgClassName
{
background-color: #210FDF;
}
</style>
border-color css
<style>
span { border-color: #210FDF; }
span { border-color: rgb(33,15,223); }
td.TdClassName
{
border-color: #210FDF;
}
.TagClassName
{
border-color: #210FDF;
}
</style>