Shades of Medium Blue #211BDF
Tints of Medium Blue #211BDF
RGB
CMYK
RGB Variations
Color information
#211BDF (or 0x211BDF) is known color: Medium Blue. HEX triplet: 21, 1B and DF. RGB value is (33,27,223). Sum of RGB (Red+Green+Blue) = 33+27+223=283 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.66% from 283); Green value is 27 (10.94% from 255 or 9.54% from 283); Blue value is 223 (87.5% from 255 or 78.80% from 283); Max value from RGB is 223 - color contains mainly: blue. Hex color #211BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211BDF is #DEE420. Grayscale: #323232. Windows color (decimal): -14607393 or 14621473. OLE color: 14621473.
HSL color Cylindrical-coordinate representation of color #211BDF: hue angle of 241.84º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #211BDF is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 27 | 223 | - |
| CMYK | 0.85 | 0.88 | 0 | 0.13 |
| HSL | 241.84º | 0.78% | 0.49% | - |
| HSV(B) | 241.84º | 0.88% | 0.87% | - |
| XYZ | 14.34 | 6.43 | 70.3 | - |
| YUV | 51.14 | 224.99 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 27 | 223 | 0.85 | 0.88 | 0 | 0.13 | 241.84 | 0.78 | 0.49 |
| Hex | 21 | 1B | DF | 55 | 58 | 0 | D | F2 | 4E | 31 |
| Octal | 41 | 33 | 337 | 125 | 130 | 0 | 15 | 362 | 116 | 61 |
| Binary | 100001 | 11011 | 11011111 | 1010101 | 1011000 | 0 | 1101 | 11110010 | 1001110 | 110001 |
Color Harmonies of #211BDF
Complementary color
Monochromatic Colors of #211BDF
Black with #211BDF
Text Example
Text Example
White with #211BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211BDF; }
p { color: rgb(33,27,223); }
H1.HeaderClassName
{
color: #211BDF;
}
.AnyTagClassName
{
color: #211BDF;
}
</style>
background-color css
<style>
a { background-color: #211BDF; }
a { background-color: rgb(33,27,223); }
div.DivClassName
{
background-color: #211BDF;
}
.BgClassName
{
background-color: #211BDF;
}
</style>
border-color css
<style>
span { border-color: #211BDF; }
span { border-color: rgb(33,27,223); }
td.TdClassName
{
border-color: #211BDF;
}
.TagClassName
{
border-color: #211BDF;
}
</style>