Shades of Medium Blue #210BDF
Tints of Medium Blue #210BDF
RGB
CMYK
RGB Variations
Color information
#210BDF (or 0x210BDF) is known color: Medium Blue. HEX triplet: 21, 0B and DF. RGB value is (33,11,223). Sum of RGB (Red+Green+Blue) = 33+11+223=267 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.36% from 267); Green value is 11 (4.69% from 255 or 4.12% from 267); Blue value is 223 (87.5% from 255 or 83.52% from 267); Max value from RGB is 223 - color contains mainly: blue. Hex color #210BDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210BDF is #DEF420. Grayscale: #282828. Windows color (decimal): -14611489 or 14617377. OLE color: 14617377.
HSL color Cylindrical-coordinate representation of color #210BDF: hue angle of 246.23º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #210BDF is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 11 | 223 | - |
| CMYK | 0.85 | 0.95 | 0 | 0.13 |
| HSL | 246.23º | 0.91% | 0.46% | - |
| HSV(B) | 246.23º | 0.95% | 0.87% | - |
| XYZ | 14.07 | 5.89 | 70.21 | - |
| YUV | 41.75 | 230.29 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 11 | 223 | 0.85 | 0.95 | 0 | 0.13 | 246.23 | 0.91 | 0.46 |
| Hex | 21 | B | DF | 55 | 5F | 0 | D | F6 | 5B | 2E |
| Octal | 41 | 13 | 337 | 125 | 137 | 0 | 15 | 366 | 133 | 56 |
| Binary | 100001 | 1011 | 11011111 | 1010101 | 1011111 | 0 | 1101 | 11110110 | 1011011 | 101110 |
Color Harmonies of #210BDF
Complementary color
Monochromatic Colors of #210BDF
Black with #210BDF
Text Example
Text Example
White with #210BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210BDF; }
p { color: rgb(33,11,223); }
H1.HeaderClassName
{
color: #210BDF;
}
.AnyTagClassName
{
color: #210BDF;
}
</style>
background-color css
<style>
a { background-color: #210BDF; }
a { background-color: rgb(33,11,223); }
div.DivClassName
{
background-color: #210BDF;
}
.BgClassName
{
background-color: #210BDF;
}
</style>
border-color css
<style>
span { border-color: #210BDF; }
span { border-color: rgb(33,11,223); }
td.TdClassName
{
border-color: #210BDF;
}
.TagClassName
{
border-color: #210BDF;
}
</style>