Shades of Medium Blue #201FE1
Tints of Medium Blue #201FE1
RGB
CMYK
RGB Variations
Color information
#201FE1 (or 0x201FE1) is known color: Medium Blue. HEX triplet: 20, 1F and E1. RGB value is (32,31,225). Sum of RGB (Red+Green+Blue) = 32+31+225=288 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.11% from 288); Green value is 31 (12.5% from 255 or 10.76% from 288); Blue value is 225 (88.28% from 255 or 78.12% from 288); Max value from RGB is 225 - color contains mainly: blue. Hex color #201FE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201FE1 is #DFE01E. Grayscale: #343434. Windows color (decimal): -14671903 or 14753568. OLE color: 14753568.
HSL color Cylindrical-coordinate representation of color #201FE1: hue angle of 240.31º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #201FE1 is Cyan = 0.86, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 32 | 31 | 225 | - |
| CMYK | 0.86 | 0.86 | 0 | 0.12 |
| HSL | 240.31º | 0.76% | 0.5% | - |
| HSV(B) | 240.31º | 0.86% | 0.88% | - |
| XYZ | 14.68 | 6.72 | 71.76 | - |
| YUV | 53.42 | 224.83 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 31 | 225 | 0.86 | 0.86 | 0 | 0.12 | 240.31 | 0.76 | 0.5 |
| Hex | 20 | 1F | E1 | 56 | 56 | 0 | C | F0 | 4C | 32 |
| Octal | 40 | 37 | 341 | 126 | 126 | 0 | 14 | 360 | 114 | 62 |
| Binary | 100000 | 11111 | 11100001 | 1010110 | 1010110 | 0 | 1100 | 11110000 | 1001100 | 110010 |
Color Harmonies of #201FE1
Complementary color
Monochromatic Colors of #201FE1
Black with #201FE1
Text Example
Text Example
White with #201FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201FE1; }
p { color: rgb(32,31,225); }
H1.HeaderClassName
{
color: #201FE1;
}
.AnyTagClassName
{
color: #201FE1;
}
</style>
background-color css
<style>
a { background-color: #201FE1; }
a { background-color: rgb(32,31,225); }
div.DivClassName
{
background-color: #201FE1;
}
.BgClassName
{
background-color: #201FE1;
}
</style>
border-color css
<style>
span { border-color: #201FE1; }
span { border-color: rgb(32,31,225); }
td.TdClassName
{
border-color: #201FE1;
}
.TagClassName
{
border-color: #201FE1;
}
</style>