Shades of Medium Blue #201CD9
Tints of Medium Blue #201CD9
RGB
CMYK
RGB Variations
Color information
#201CD9 (or 0x201CD9) is known color: Medium Blue. HEX triplet: 20, 1C and D9. RGB value is (32,28,217). Sum of RGB (Red+Green+Blue) = 32+28+217=277 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.55% from 277); Green value is 28 (11.33% from 255 or 10.11% from 277); Blue value is 217 (85.16% from 255 or 78.34% from 277); Max value from RGB is 217 - color contains mainly: blue. Hex color #201CD9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201CD9 is #DFE326. Grayscale: #313131. Windows color (decimal): -14672679 or 14228512. OLE color: 14228512.
HSL color Cylindrical-coordinate representation of color #201CD9: hue angle of 241.27º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #201CD9 is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 28 | 217 | - |
| CMYK | 0.85 | 0.87 | 0 | 0.15 |
| HSL | 241.27º | 0.77% | 0.48% | - |
| HSV(B) | 241.27º | 0.87% | 0.85% | - |
| XYZ | 13.54 | 6.15 | 66.12 | - |
| YUV | 50.74 | 221.83 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 28 | 217 | 0.85 | 0.87 | 0 | 0.15 | 241.27 | 0.77 | 0.48 |
| Hex | 20 | 1C | D9 | 55 | 57 | 0 | F | F1 | 4D | 30 |
| Octal | 40 | 34 | 331 | 125 | 127 | 0 | 17 | 361 | 115 | 60 |
| Binary | 100000 | 11100 | 11011001 | 1010101 | 1010111 | 0 | 1111 | 11110001 | 1001101 | 110000 |
Color Harmonies of #201CD9
Complementary color
Monochromatic Colors of #201CD9
Black with #201CD9
Text Example
Text Example
White with #201CD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201CD9; }
p { color: rgb(32,28,217); }
H1.HeaderClassName
{
color: #201CD9;
}
.AnyTagClassName
{
color: #201CD9;
}
</style>
background-color css
<style>
a { background-color: #201CD9; }
a { background-color: rgb(32,28,217); }
div.DivClassName
{
background-color: #201CD9;
}
.BgClassName
{
background-color: #201CD9;
}
</style>
border-color css
<style>
span { border-color: #201CD9; }
span { border-color: rgb(32,28,217); }
td.TdClassName
{
border-color: #201CD9;
}
.TagClassName
{
border-color: #201CD9;
}
</style>