Shades of Blue #201FE8
Tints of Blue #201FE8
RGB
CMYK
RGB Variations
Color information
#201FE8 (or 0x201FE8) is known color: Blue. HEX triplet: 20, 1F and E8. RGB value is (32,31,232). Sum of RGB (Red+Green+Blue) = 32+31+232=295 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.85% from 295); Green value is 31 (12.5% from 255 or 10.51% from 295); Blue value is 232 (91.02% from 255 or 78.64% from 295); Max value from RGB is 232 - color contains mainly: blue. Hex color #201FE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #201FE8 is #DFE017. Grayscale: #353535. Windows color (decimal): -14671896 or 15212320. OLE color: 15212320.
HSL color Cylindrical-coordinate representation of color #201FE8: hue angle of 240.3º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #201FE8 is Cyan = 0.86, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 32 | 31 | 232 | - |
| CMYK | 0.86 | 0.87 | 0 | 0.09 |
| HSL | 240.3º | 0.81% | 0.52% | - |
| HSV(B) | 240.3º | 0.87% | 0.91% | - |
| XYZ | 15.65 | 7.11 | 76.89 | - |
| YUV | 54.21 | 228.33 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 31 | 232 | 0.86 | 0.87 | 0 | 0.09 | 240.3 | 0.81 | 0.52 |
| Hex | 20 | 1F | E8 | 56 | 57 | 0 | 9 | F0 | 51 | 34 |
| Octal | 40 | 37 | 350 | 126 | 127 | 0 | 11 | 360 | 121 | 64 |
| Binary | 100000 | 11111 | 11101000 | 1010110 | 1010111 | 0 | 1001 | 11110000 | 1010001 | 110100 |
Color Harmonies of #201FE8
Complementary color
Monochromatic Colors of #201FE8
Black with #201FE8
Text Example
Text Example
White with #201FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201FE8; }
p { color: rgb(32,31,232); }
H1.HeaderClassName
{
color: #201FE8;
}
.AnyTagClassName
{
color: #201FE8;
}
</style>
background-color css
<style>
a { background-color: #201FE8; }
a { background-color: rgb(32,31,232); }
div.DivClassName
{
background-color: #201FE8;
}
.BgClassName
{
background-color: #201FE8;
}
</style>
border-color css
<style>
span { border-color: #201FE8; }
span { border-color: rgb(32,31,232); }
td.TdClassName
{
border-color: #201FE8;
}
.TagClassName
{
border-color: #201FE8;
}
</style>