Shades of Blue #201EFD
Tints of Blue #201EFD
RGB
CMYK
RGB Variations
Color information
#201EFD (or 0x201EFD) is known color: Blue. HEX triplet: 20, 1E and FD. RGB value is (32,30,253). Sum of RGB (Red+Green+Blue) = 32+30+253=315 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.16% from 315); Green value is 30 (12.11% from 255 or 9.52% from 315); Blue value is 253 (99.22% from 255 or 80.32% from 315); Max value from RGB is 253 - color contains mainly: blue. Hex color #201EFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #201EFD is #DFE102. Grayscale: #373737. Windows color (decimal): -14672131 or 16588320. OLE color: 16588320.
HSL color Cylindrical-coordinate representation of color #201EFD: hue angle of 240.54º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #201EFD is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 30 | 253 | - |
| CMYK | 0.87 | 0.88 | 0 | 0.01 |
| HSL | 240.54º | 0.98% | 0.55% | - |
| HSV(B) | 240.54º | 0.88% | 0.99% | - |
| XYZ | 18.79 | 8.33 | 93.55 | - |
| YUV | 56.02 | 239.16 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 30 | 253 | 0.87 | 0.88 | 0 | 0.01 | 240.54 | 0.98 | 0.55 |
| Hex | 20 | 1E | FD | 57 | 58 | 0 | 1 | F1 | 62 | 37 |
| Octal | 40 | 36 | 375 | 127 | 130 | 0 | 1 | 361 | 142 | 67 |
| Binary | 100000 | 11110 | 11111101 | 1010111 | 1011000 | 0 | 1 | 11110001 | 1100010 | 110111 |
Color Harmonies of #201EFD
Complementary color
Monochromatic Colors of #201EFD
Black with #201EFD
Text Example
Text Example
White with #201EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201EFD; }
p { color: rgb(32,30,253); }
H1.HeaderClassName
{
color: #201EFD;
}
.AnyTagClassName
{
color: #201EFD;
}
</style>
background-color css
<style>
a { background-color: #201EFD; }
a { background-color: rgb(32,30,253); }
div.DivClassName
{
background-color: #201EFD;
}
.BgClassName
{
background-color: #201EFD;
}
</style>
border-color css
<style>
span { border-color: #201EFD; }
span { border-color: rgb(32,30,253); }
td.TdClassName
{
border-color: #201EFD;
}
.TagClassName
{
border-color: #201EFD;
}
</style>