Shades of Blue #201DFB
Tints of Blue #201DFB
RGB
CMYK
RGB Variations
Color information
#201DFB (or 0x201DFB) is known color: Blue. HEX triplet: 20, 1D and FB. RGB value is (32,29,251). Sum of RGB (Red+Green+Blue) = 32+29+251=312 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.26% from 312); Green value is 29 (11.72% from 255 or 9.29% from 312); Blue value is 251 (98.44% from 255 or 80.45% from 312); Max value from RGB is 251 - color contains mainly: blue. Hex color #201DFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #201DFB is #DFE204. Grayscale: #363636. Windows color (decimal): -14672389 or 16456992. OLE color: 16456992.
HSL color Cylindrical-coordinate representation of color #201DFB: hue angle of 240.81º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #201DFB is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 29 | 251 | - |
| CMYK | 0.87 | 0.88 | 0 | 0.02 |
| HSL | 240.81º | 0.97% | 0.55% | - |
| HSV(B) | 240.81º | 0.88% | 0.98% | - |
| XYZ | 18.45 | 8.15 | 91.87 | - |
| YUV | 55.21 | 238.49 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 29 | 251 | 0.87 | 0.88 | 0 | 0.02 | 240.81 | 0.97 | 0.55 |
| Hex | 20 | 1D | FB | 57 | 58 | 0 | 2 | F1 | 61 | 37 |
| Octal | 40 | 35 | 373 | 127 | 130 | 0 | 2 | 361 | 141 | 67 |
| Binary | 100000 | 11101 | 11111011 | 1010111 | 1011000 | 0 | 10 | 11110001 | 1100001 | 110111 |
Color Harmonies of #201DFB
Complementary color
Monochromatic Colors of #201DFB
Black with #201DFB
Text Example
Text Example
White with #201DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201DFB; }
p { color: rgb(32,29,251); }
H1.HeaderClassName
{
color: #201DFB;
}
.AnyTagClassName
{
color: #201DFB;
}
</style>
background-color css
<style>
a { background-color: #201DFB; }
a { background-color: rgb(32,29,251); }
div.DivClassName
{
background-color: #201DFB;
}
.BgClassName
{
background-color: #201DFB;
}
</style>
border-color css
<style>
span { border-color: #201DFB; }
span { border-color: rgb(32,29,251); }
td.TdClassName
{
border-color: #201DFB;
}
.TagClassName
{
border-color: #201DFB;
}
</style>