Shades of Blue #201BFE
Tints of Blue #201BFE
RGB
CMYK
RGB Variations
Color information
#201BFE (or 0x201BFE) is known color: Blue. HEX triplet: 20, 1B and FE. RGB value is (32,27,254). Sum of RGB (Red+Green+Blue) = 32+27+254=313 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.22% from 313); Green value is 27 (10.94% from 255 or 8.63% from 313); Blue value is 254 (99.61% from 255 or 81.15% from 313); Max value from RGB is 254 - color contains mainly: blue. Hex color #201BFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #201BFE is #DFE401. Grayscale: #353535. Windows color (decimal): -14672898 or 16653088. OLE color: 16653088.
HSL color Cylindrical-coordinate representation of color #201BFE: hue angle of 241.32º 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 #201BFE is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 32 | 27 | 254 | - |
| CMYK | 0.87 | 0.89 | 0 | 0.00 |
| HSL | 241.32º | 0.99% | 0.55% | - |
| HSV(B) | 241.32º | 0.89% | 1% | - |
| XYZ | 18.88 | 8.25 | 94.36 | - |
| YUV | 54.37 | 240.66 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 27 | 254 | 0.87 | 0.89 | 0 | 0.00 | 241.32 | 0.99 | 0.55 |
| Hex | 20 | 1B | FE | 57 | 59 | 0 | 0 | F1 | 63 | 37 |
| Octal | 40 | 33 | 376 | 127 | 131 | 0 | 0 | 361 | 143 | 67 |
| Binary | 100000 | 11011 | 11111110 | 1010111 | 1011001 | 0 | 0 | 11110001 | 1100011 | 110111 |
Color Harmonies of #201BFE
Complementary color
Monochromatic Colors of #201BFE
Black with #201BFE
Text Example
Text Example
White with #201BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201BFE; }
p { color: rgb(32,27,254); }
H1.HeaderClassName
{
color: #201BFE;
}
.AnyTagClassName
{
color: #201BFE;
}
</style>
background-color css
<style>
a { background-color: #201BFE; }
a { background-color: rgb(32,27,254); }
div.DivClassName
{
background-color: #201BFE;
}
.BgClassName
{
background-color: #201BFE;
}
</style>
border-color css
<style>
span { border-color: #201BFE; }
span { border-color: rgb(32,27,254); }
td.TdClassName
{
border-color: #201BFE;
}
.TagClassName
{
border-color: #201BFE;
}
</style>