Shades of Medium Blue #201BD7
Tints of Medium Blue #201BD7
RGB
CMYK
RGB Variations
Color information
#201BD7 (or 0x201BD7) is known color: Medium Blue. HEX triplet: 20, 1B and D7. RGB value is (32,27,215). Sum of RGB (Red+Green+Blue) = 32+27+215=274 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.68% from 274); Green value is 27 (10.94% from 255 or 9.85% from 274); Blue value is 215 (84.38% from 255 or 78.47% from 274); Max value from RGB is 215 - color contains mainly: blue. Hex color #201BD7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201BD7 is #DFE428. Grayscale: #313131. Windows color (decimal): -14672937 or 14097184. OLE color: 14097184.
HSL color Cylindrical-coordinate representation of color #201BD7: 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 #201BD7 is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 27 | 215 | - |
| 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.25 | 6 | 64.75 | - |
| YUV | 49.93 | 221.16 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 27 | 215 | 0.85 | 0.87 | 0 | 0.16 | 241.6 | 0.78 | 0.47 |
| Hex | 20 | 1B | D7 | 55 | 57 | 0 | 10 | F2 | 4E | 2F |
| Octal | 40 | 33 | 327 | 125 | 127 | 0 | 20 | 362 | 116 | 57 |
| Binary | 100000 | 11011 | 11010111 | 1010101 | 1010111 | 0 | 10000 | 11110010 | 1001110 | 101111 |
Color Harmonies of #201BD7
Complementary color
Monochromatic Colors of #201BD7
Black with #201BD7
Text Example
Text Example
White with #201BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201BD7; }
p { color: rgb(32,27,215); }
H1.HeaderClassName
{
color: #201BD7;
}
.AnyTagClassName
{
color: #201BD7;
}
</style>
background-color css
<style>
a { background-color: #201BD7; }
a { background-color: rgb(32,27,215); }
div.DivClassName
{
background-color: #201BD7;
}
.BgClassName
{
background-color: #201BD7;
}
</style>
border-color css
<style>
span { border-color: #201BD7; }
span { border-color: rgb(32,27,215); }
td.TdClassName
{
border-color: #201BD7;
}
.TagClassName
{
border-color: #201BD7;
}
</style>