Shades of Medium Blue #201BD5
Tints of Medium Blue #201BD5
RGB
CMYK
RGB Variations
Color information
#201BD5 (or 0x201BD5) is known color: Medium Blue. HEX triplet: 20, 1B and D5. RGB value is (32,27,213). Sum of RGB (Red+Green+Blue) = 32+27+213=272 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.76% from 272); Green value is 27 (10.94% from 255 or 9.93% from 272); Blue value is 213 (83.59% from 255 or 78.31% from 272); Max value from RGB is 213 - color contains mainly: blue. Hex color #201BD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201BD5 is #DFE42A. Grayscale: #303030. Windows color (decimal): -14672939 or 13966112. OLE color: 13966112.
HSL color Cylindrical-coordinate representation of color #201BD5: hue angle of 241.61º degrees, saturation: 0.77, 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 #201BD5 is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 27 | 213 | - |
| CMYK | 0.85 | 0.87 | 0 | 0.16 |
| HSL | 241.61º | 0.78% | 0.47% | - |
| HSV(B) | 241.61º | 0.87% | 0.84% | - |
| XYZ | 13 | 5.9 | 63.4 | - |
| YUV | 49.7 | 220.16 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 27 | 213 | 0.85 | 0.87 | 0 | 0.16 | 241.61 | 0.78 | 0.47 |
| Hex | 20 | 1B | D5 | 55 | 57 | 0 | 10 | F2 | 4E | 2F |
| Octal | 40 | 33 | 325 | 125 | 127 | 0 | 20 | 362 | 116 | 57 |
| Binary | 100000 | 11011 | 11010101 | 1010101 | 1010111 | 0 | 10000 | 11110010 | 1001110 | 101111 |
Color Harmonies of #201BD5
Complementary color
Monochromatic Colors of #201BD5
Black with #201BD5
Text Example
Text Example
White with #201BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201BD5; }
p { color: rgb(32,27,213); }
H1.HeaderClassName
{
color: #201BD5;
}
.AnyTagClassName
{
color: #201BD5;
}
</style>
background-color css
<style>
a { background-color: #201BD5; }
a { background-color: rgb(32,27,213); }
div.DivClassName
{
background-color: #201BD5;
}
.BgClassName
{
background-color: #201BD5;
}
</style>
border-color css
<style>
span { border-color: #201BD5; }
span { border-color: rgb(32,27,213); }
td.TdClassName
{
border-color: #201BD5;
}
.TagClassName
{
border-color: #201BD5;
}
</style>