Shades of Blue #201CFE
Tints of Blue #201CFE
RGB
CMYK
RGB Variations
Color information
#201CFE (or 0x201CFE) is known color: Blue. HEX triplet: 20, 1C and FE. RGB value is (32,28,254). Sum of RGB (Red+Green+Blue) = 32+28+254=314 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.19% from 314); Green value is 28 (11.33% from 255 or 8.92% from 314); Blue value is 254 (99.61% from 255 or 80.89% from 314); Max value from RGB is 254 - color contains mainly: blue. Hex color #201CFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #201CFE is #DFE301. Grayscale: #363636. Windows color (decimal): -14672642 or 16653344. OLE color: 16653344.
HSL color Cylindrical-coordinate representation of color #201CFE: hue angle of 241.06º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #201CFE is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 32 | 28 | 254 | - |
| CMYK | 0.87 | 0.89 | 0 | 0.00 |
| HSL | 241.06º | 0.99% | 0.55% | - |
| HSV(B) | 241.06º | 0.89% | 1% | - |
| XYZ | 18.9 | 8.29 | 94.37 | - |
| YUV | 54.96 | 240.33 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 28 | 254 | 0.87 | 0.89 | 0 | 0.00 | 241.06 | 0.99 | 0.55 |
| Hex | 20 | 1C | FE | 57 | 59 | 0 | 0 | F1 | 63 | 37 |
| Octal | 40 | 34 | 376 | 127 | 131 | 0 | 0 | 361 | 143 | 67 |
| Binary | 100000 | 11100 | 11111110 | 1010111 | 1011001 | 0 | 0 | 11110001 | 1100011 | 110111 |
Color Harmonies of #201CFE
Complementary color
Monochromatic Colors of #201CFE
Black with #201CFE
Text Example
Text Example
White with #201CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201CFE; }
p { color: rgb(32,28,254); }
H1.HeaderClassName
{
color: #201CFE;
}
.AnyTagClassName
{
color: #201CFE;
}
</style>
background-color css
<style>
a { background-color: #201CFE; }
a { background-color: rgb(32,28,254); }
div.DivClassName
{
background-color: #201CFE;
}
.BgClassName
{
background-color: #201CFE;
}
</style>
border-color css
<style>
span { border-color: #201CFE; }
span { border-color: rgb(32,28,254); }
td.TdClassName
{
border-color: #201CFE;
}
.TagClassName
{
border-color: #201CFE;
}
</style>