Shades of Blue #201DEF
Tints of Blue #201DEF
RGB
CMYK
RGB Variations
Color information
#201DEF (or 0x201DEF) is known color: Blue. HEX triplet: 20, 1D and EF. RGB value is (32,29,239). Sum of RGB (Red+Green+Blue) = 32+29+239=300 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.67% from 300); Green value is 29 (11.72% from 255 or 9.67% from 300); Blue value is 239 (93.75% from 255 or 79.67% from 300); Max value from RGB is 239 - color contains mainly: blue. Hex color #201DEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #201DEF is #DFE210. Grayscale: #353535. Windows color (decimal): -14672401 or 15670560. OLE color: 15670560.
HSL color Cylindrical-coordinate representation of color #201DEF: hue angle of 240.86º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #201DEF is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 32 | 29 | 239 | - |
| CMYK | 0.87 | 0.88 | 0 | 0.06 |
| HSL | 240.86º | 0.87% | 0.53% | - |
| HSV(B) | 240.86º | 0.88% | 0.94% | - |
| XYZ | 16.62 | 7.42 | 82.22 | - |
| YUV | 53.84 | 232.49 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 29 | 239 | 0.87 | 0.88 | 0 | 0.06 | 240.86 | 0.87 | 0.53 |
| Hex | 20 | 1D | EF | 57 | 58 | 0 | 6 | F1 | 57 | 35 |
| Octal | 40 | 35 | 357 | 127 | 130 | 0 | 6 | 361 | 127 | 65 |
| Binary | 100000 | 11101 | 11101111 | 1010111 | 1011000 | 0 | 110 | 11110001 | 1010111 | 110101 |
Color Harmonies of #201DEF
Complementary color
Monochromatic Colors of #201DEF
Black with #201DEF
Text Example
Text Example
White with #201DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201DEF; }
p { color: rgb(32,29,239); }
H1.HeaderClassName
{
color: #201DEF;
}
.AnyTagClassName
{
color: #201DEF;
}
</style>
background-color css
<style>
a { background-color: #201DEF; }
a { background-color: rgb(32,29,239); }
div.DivClassName
{
background-color: #201DEF;
}
.BgClassName
{
background-color: #201DEF;
}
</style>
border-color css
<style>
span { border-color: #201DEF; }
span { border-color: rgb(32,29,239); }
td.TdClassName
{
border-color: #201DEF;
}
.TagClassName
{
border-color: #201DEF;
}
</style>