Shades of Blue #201BEF
Tints of Blue #201BEF
RGB
CMYK
RGB Variations
Color information
#201BEF (or 0x201BEF) is known color: Blue. HEX triplet: 20, 1B and EF. RGB value is (32,27,239). Sum of RGB (Red+Green+Blue) = 32+27+239=298 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.74% from 298); Green value is 27 (10.94% from 255 or 9.06% from 298); Blue value is 239 (93.75% from 255 or 80.20% from 298); Max value from RGB is 239 - color contains mainly: blue. Hex color #201BEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #201BEF is #DFE410. Grayscale: #333333. Windows color (decimal): -14672913 or 15670048. OLE color: 15670048.
HSL color Cylindrical-coordinate representation of color #201BEF: hue angle of 241.42º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #201BEF is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 32 | 27 | 239 | - |
| CMYK | 0.87 | 0.89 | 0 | 0.06 |
| HSL | 241.42º | 0.87% | 0.52% | - |
| HSV(B) | 241.42º | 0.89% | 0.94% | - |
| XYZ | 16.57 | 7.32 | 82.2 | - |
| YUV | 52.66 | 233.16 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 27 | 239 | 0.87 | 0.89 | 0 | 0.06 | 241.42 | 0.87 | 0.52 |
| Hex | 20 | 1B | EF | 57 | 59 | 0 | 6 | F1 | 57 | 34 |
| Octal | 40 | 33 | 357 | 127 | 131 | 0 | 6 | 361 | 127 | 64 |
| Binary | 100000 | 11011 | 11101111 | 1010111 | 1011001 | 0 | 110 | 11110001 | 1010111 | 110100 |
Color Harmonies of #201BEF
Complementary color
Monochromatic Colors of #201BEF
Black with #201BEF
Text Example
Text Example
White with #201BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201BEF; }
p { color: rgb(32,27,239); }
H1.HeaderClassName
{
color: #201BEF;
}
.AnyTagClassName
{
color: #201BEF;
}
</style>
background-color css
<style>
a { background-color: #201BEF; }
a { background-color: rgb(32,27,239); }
div.DivClassName
{
background-color: #201BEF;
}
.BgClassName
{
background-color: #201BEF;
}
</style>
border-color css
<style>
span { border-color: #201BEF; }
span { border-color: rgb(32,27,239); }
td.TdClassName
{
border-color: #201BEF;
}
.TagClassName
{
border-color: #201BEF;
}
</style>