Shades of Blue #201AEF
Tints of Blue #201AEF
RGB
CMYK
RGB Variations
Color information
#201AEF (or 0x201AEF) is known color: Blue. HEX triplet: 20, 1A and EF. RGB value is (32,26,239). Sum of RGB (Red+Green+Blue) = 32+26+239=297 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.77% from 297); Green value is 26 (10.55% from 255 or 8.75% from 297); Blue value is 239 (93.75% from 255 or 80.47% from 297); Max value from RGB is 239 - color contains mainly: blue. Hex color #201AEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #201AEF is #DFE510. Grayscale: #333333. Windows color (decimal): -14673169 or 15669792. OLE color: 15669792.
HSL color Cylindrical-coordinate representation of color #201AEF: hue angle of 241.69º 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 #201AEF is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 32 | 26 | 239 | - |
| CMYK | 0.87 | 0.89 | 0 | 0.06 |
| HSL | 241.69º | 0.87% | 0.52% | - |
| HSV(B) | 241.69º | 0.89% | 0.94% | - |
| XYZ | 16.55 | 7.28 | 82.19 | - |
| YUV | 52.08 | 233.49 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 26 | 239 | 0.87 | 0.89 | 0 | 0.06 | 241.69 | 0.87 | 0.52 |
| Hex | 20 | 1A | EF | 57 | 59 | 0 | 6 | F2 | 57 | 34 |
| Octal | 40 | 32 | 357 | 127 | 131 | 0 | 6 | 362 | 127 | 64 |
| Binary | 100000 | 11010 | 11101111 | 1010111 | 1011001 | 0 | 110 | 11110010 | 1010111 | 110100 |
Color Harmonies of #201AEF
Complementary color
Monochromatic Colors of #201AEF
Black with #201AEF
Text Example
Text Example
White with #201AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201AEF; }
p { color: rgb(32,26,239); }
H1.HeaderClassName
{
color: #201AEF;
}
.AnyTagClassName
{
color: #201AEF;
}
</style>
background-color css
<style>
a { background-color: #201AEF; }
a { background-color: rgb(32,26,239); }
div.DivClassName
{
background-color: #201AEF;
}
.BgClassName
{
background-color: #201AEF;
}
</style>
border-color css
<style>
span { border-color: #201AEF; }
span { border-color: rgb(32,26,239); }
td.TdClassName
{
border-color: #201AEF;
}
.TagClassName
{
border-color: #201AEF;
}
</style>