Shades of Medium Blue #210FDA
Tints of Medium Blue #210FDA
RGB
CMYK
RGB Variations
Color information
#210FDA (or 0x210FDA) is known color: Medium Blue. HEX triplet: 21, 0F and DA. RGB value is (33,15,218). Sum of RGB (Red+Green+Blue) = 33+15+218=266 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.41% from 266); Green value is 15 (6.25% from 255 or 5.64% from 266); Blue value is 218 (85.55% from 255 or 81.95% from 266); Max value from RGB is 218 - color contains mainly: blue. Hex color #210FDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210FDA is #DEF025. Grayscale: #2A2A2A. Windows color (decimal): -14610470 or 14290721. OLE color: 14290721.
HSL color Cylindrical-coordinate representation of color #210FDA: hue angle of 245.32º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #210FDA is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 15 | 218 | - |
| CMYK | 0.85 | 0.93 | 0 | 0.15 |
| HSL | 245.32º | 0.87% | 0.46% | - |
| HSV(B) | 245.32º | 0.93% | 0.85% | - |
| XYZ | 13.45 | 5.73 | 66.73 | - |
| YUV | 43.52 | 226.46 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 15 | 218 | 0.85 | 0.93 | 0 | 0.15 | 245.32 | 0.87 | 0.46 |
| Hex | 21 | F | DA | 55 | 5D | 0 | F | F5 | 57 | 2E |
| Octal | 41 | 17 | 332 | 125 | 135 | 0 | 17 | 365 | 127 | 56 |
| Binary | 100001 | 1111 | 11011010 | 1010101 | 1011101 | 0 | 1111 | 11110101 | 1010111 | 101110 |
Color Harmonies of #210FDA
Complementary color
Monochromatic Colors of #210FDA
Black with #210FDA
Text Example
Text Example
White with #210FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210FDA; }
p { color: rgb(33,15,218); }
H1.HeaderClassName
{
color: #210FDA;
}
.AnyTagClassName
{
color: #210FDA;
}
</style>
background-color css
<style>
a { background-color: #210FDA; }
a { background-color: rgb(33,15,218); }
div.DivClassName
{
background-color: #210FDA;
}
.BgClassName
{
background-color: #210FDA;
}
</style>
border-color css
<style>
span { border-color: #210FDA; }
span { border-color: rgb(33,15,218); }
td.TdClassName
{
border-color: #210FDA;
}
.TagClassName
{
border-color: #210FDA;
}
</style>