Shades of Blue #201BEB
Tints of Blue #201BEB
RGB
CMYK
RGB Variations
Color information
#201BEB (or 0x201BEB) is known color: Blue. HEX triplet: 20, 1B and EB. RGB value is (32,27,235). Sum of RGB (Red+Green+Blue) = 32+27+235=294 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.88% from 294); Green value is 27 (10.94% from 255 or 9.18% from 294); Blue value is 235 (92.19% from 255 or 79.93% from 294); Max value from RGB is 235 - color contains mainly: blue. Hex color #201BEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #201BEB is #DFE414. Grayscale: #333333. Windows color (decimal): -14672917 or 15407904. OLE color: 15407904.
HSL color Cylindrical-coordinate representation of color #201BEB: hue angle of 241.44º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #201BEB is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 27 | 235 | - |
| CMYK | 0.86 | 0.89 | 0 | 0.08 |
| HSL | 241.44º | 0.84% | 0.51% | - |
| HSV(B) | 241.44º | 0.89% | 0.92% | - |
| XYZ | 15.98 | 7.09 | 79.12 | - |
| YUV | 52.21 | 231.16 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 27 | 235 | 0.86 | 0.89 | 0 | 0.08 | 241.44 | 0.84 | 0.51 |
| Hex | 20 | 1B | EB | 56 | 59 | 0 | 8 | F1 | 54 | 33 |
| Octal | 40 | 33 | 353 | 126 | 131 | 0 | 10 | 361 | 124 | 63 |
| Binary | 100000 | 11011 | 11101011 | 1010110 | 1011001 | 0 | 1000 | 11110001 | 1010100 | 110011 |
Color Harmonies of #201BEB
Complementary color
Monochromatic Colors of #201BEB
Black with #201BEB
Text Example
Text Example
White with #201BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201BEB; }
p { color: rgb(32,27,235); }
H1.HeaderClassName
{
color: #201BEB;
}
.AnyTagClassName
{
color: #201BEB;
}
</style>
background-color css
<style>
a { background-color: #201BEB; }
a { background-color: rgb(32,27,235); }
div.DivClassName
{
background-color: #201BEB;
}
.BgClassName
{
background-color: #201BEB;
}
</style>
border-color css
<style>
span { border-color: #201BEB; }
span { border-color: rgb(32,27,235); }
td.TdClassName
{
border-color: #201BEB;
}
.TagClassName
{
border-color: #201BEB;
}
</style>