Shades of Blue #201EFC
Tints of Blue #201EFC
RGB
CMYK
RGB Variations
Color information
#201EFC (or 0x201EFC) is known color: Blue. HEX triplet: 20, 1E and FC. RGB value is (32,30,252). Sum of RGB (Red+Green+Blue) = 32+30+252=314 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.19% from 314); Green value is 30 (12.11% from 255 or 9.55% from 314); Blue value is 252 (98.83% from 255 or 80.25% from 314); Max value from RGB is 252 - color contains mainly: blue. Hex color #201EFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #201EFC is #DFE103. Grayscale: #373737. Windows color (decimal): -14672132 or 16522784. OLE color: 16522784.
HSL color Cylindrical-coordinate representation of color #201EFC: hue angle of 240.54º degrees, saturation: 0.97, 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 #201EFC is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 30 | 252 | - |
| CMYK | 0.87 | 0.88 | 0 | 0.01 |
| HSL | 240.54º | 0.97% | 0.55% | - |
| HSV(B) | 240.54º | 0.88% | 0.99% | - |
| XYZ | 18.63 | 8.26 | 92.71 | - |
| YUV | 55.91 | 238.66 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 30 | 252 | 0.87 | 0.88 | 0 | 0.01 | 240.54 | 0.97 | 0.55 |
| Hex | 20 | 1E | FC | 57 | 58 | 0 | 1 | F1 | 61 | 37 |
| Octal | 40 | 36 | 374 | 127 | 130 | 0 | 1 | 361 | 141 | 67 |
| Binary | 100000 | 11110 | 11111100 | 1010111 | 1011000 | 0 | 1 | 11110001 | 1100001 | 110111 |
Color Harmonies of #201EFC
Complementary color
Monochromatic Colors of #201EFC
Black with #201EFC
Text Example
Text Example
White with #201EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201EFC; }
p { color: rgb(32,30,252); }
H1.HeaderClassName
{
color: #201EFC;
}
.AnyTagClassName
{
color: #201EFC;
}
</style>
background-color css
<style>
a { background-color: #201EFC; }
a { background-color: rgb(32,30,252); }
div.DivClassName
{
background-color: #201EFC;
}
.BgClassName
{
background-color: #201EFC;
}
</style>
border-color css
<style>
span { border-color: #201EFC; }
span { border-color: rgb(32,30,252); }
td.TdClassName
{
border-color: #201EFC;
}
.TagClassName
{
border-color: #201EFC;
}
</style>