Shades of Blue #201CE6
Tints of Blue #201CE6
RGB
CMYK
RGB Variations
Color information
#201CE6 (or 0x201CE6) is known color: Blue. HEX triplet: 20, 1C and E6. RGB value is (32,28,230). Sum of RGB (Red+Green+Blue) = 32+28+230=290 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.03% from 290); Green value is 28 (11.33% from 255 or 9.66% from 290); Blue value is 230 (90.23% from 255 or 79.31% from 290); Max value from RGB is 230 - color contains mainly: blue. Hex color #201CE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #201CE6 is #DFE319. Grayscale: #333333. Windows color (decimal): -14672666 or 15080480. OLE color: 15080480.
HSL color Cylindrical-coordinate representation of color #201CE6: hue angle of 241.19º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #201CE6 is Cyan = 0.86, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 32 | 28 | 230 | - |
| CMYK | 0.86 | 0.88 | 0 | 0.10 |
| HSL | 241.19º | 0.8% | 0.51% | - |
| HSV(B) | 241.19º | 0.88% | 0.9% | - |
| XYZ | 15.29 | 6.85 | 75.38 | - |
| YUV | 52.22 | 228.33 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 28 | 230 | 0.86 | 0.88 | 0 | 0.10 | 241.19 | 0.8 | 0.51 |
| Hex | 20 | 1C | E6 | 56 | 58 | 0 | A | F1 | 50 | 33 |
| Octal | 40 | 34 | 346 | 126 | 130 | 0 | 12 | 361 | 120 | 63 |
| Binary | 100000 | 11100 | 11100110 | 1010110 | 1011000 | 0 | 1010 | 11110001 | 1010000 | 110011 |
Color Harmonies of #201CE6
Complementary color
Monochromatic Colors of #201CE6
Black with #201CE6
Text Example
Text Example
White with #201CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201CE6; }
p { color: rgb(32,28,230); }
H1.HeaderClassName
{
color: #201CE6;
}
.AnyTagClassName
{
color: #201CE6;
}
</style>
background-color css
<style>
a { background-color: #201CE6; }
a { background-color: rgb(32,28,230); }
div.DivClassName
{
background-color: #201CE6;
}
.BgClassName
{
background-color: #201CE6;
}
</style>
border-color css
<style>
span { border-color: #201CE6; }
span { border-color: rgb(32,28,230); }
td.TdClassName
{
border-color: #201CE6;
}
.TagClassName
{
border-color: #201CE6;
}
</style>