Shades of Medium Blue #201BD6
Tints of Medium Blue #201BD6
RGB
CMYK
RGB Variations
Color information
#201BD6 (or 0x201BD6) is known color: Medium Blue. HEX triplet: 20, 1B and D6. RGB value is (32,27,214). Sum of RGB (Red+Green+Blue) = 32+27+214=273 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.72% from 273); Green value is 27 (10.94% from 255 or 9.89% from 273); Blue value is 214 (83.98% from 255 or 78.39% from 273); Max value from RGB is 214 - color contains mainly: blue. Hex color #201BD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201BD6 is #DFE429. Grayscale: #313131. Windows color (decimal): -14672938 or 14031648. OLE color: 14031648.
HSL color Cylindrical-coordinate representation of color #201BD6: hue angle of 241.6º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #201BD6 is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 27 | 214 | - |
| CMYK | 0.85 | 0.87 | 0 | 0.16 |
| HSL | 241.6º | 0.78% | 0.47% | - |
| HSV(B) | 241.6º | 0.87% | 0.84% | - |
| XYZ | 13.13 | 5.95 | 64.07 | - |
| YUV | 49.81 | 220.66 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 27 | 214 | 0.85 | 0.87 | 0 | 0.16 | 241.6 | 0.78 | 0.47 |
| Hex | 20 | 1B | D6 | 55 | 57 | 0 | 10 | F2 | 4E | 2F |
| Octal | 40 | 33 | 326 | 125 | 127 | 0 | 20 | 362 | 116 | 57 |
| Binary | 100000 | 11011 | 11010110 | 1010101 | 1010111 | 0 | 10000 | 11110010 | 1001110 | 101111 |
Color Harmonies of #201BD6
Complementary color
Monochromatic Colors of #201BD6
Black with #201BD6
Text Example
Text Example
White with #201BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201BD6; }
p { color: rgb(32,27,214); }
H1.HeaderClassName
{
color: #201BD6;
}
.AnyTagClassName
{
color: #201BD6;
}
</style>
background-color css
<style>
a { background-color: #201BD6; }
a { background-color: rgb(32,27,214); }
div.DivClassName
{
background-color: #201BD6;
}
.BgClassName
{
background-color: #201BD6;
}
</style>
border-color css
<style>
span { border-color: #201BD6; }
span { border-color: rgb(32,27,214); }
td.TdClassName
{
border-color: #201BD6;
}
.TagClassName
{
border-color: #201BD6;
}
</style>