Shades of Blue #201CFB
Tints of Blue #201CFB
RGB
CMYK
RGB Variations
Color information
#201CFB (or 0x201CFB) is known color: Blue. HEX triplet: 20, 1C and FB. RGB value is (32,28,251). Sum of RGB (Red+Green+Blue) = 32+28+251=311 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.29% from 311); Green value is 28 (11.33% from 255 or 9.00% from 311); Blue value is 251 (98.44% from 255 or 80.71% from 311); Max value from RGB is 251 - color contains mainly: blue. Hex color #201CFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #201CFB is #DFE304. Grayscale: #353535. Windows color (decimal): -14672645 or 16456736. OLE color: 16456736.
HSL color Cylindrical-coordinate representation of color #201CFB: hue angle of 241.08º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #201CFB is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 28 | 251 | - |
| CMYK | 0.87 | 0.89 | 0 | 0.02 |
| HSL | 241.08º | 0.97% | 0.55% | - |
| HSV(B) | 241.08º | 0.89% | 0.98% | - |
| XYZ | 18.42 | 8.1 | 91.86 | - |
| YUV | 54.62 | 238.83 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 28 | 251 | 0.87 | 0.89 | 0 | 0.02 | 241.08 | 0.97 | 0.55 |
| Hex | 20 | 1C | FB | 57 | 59 | 0 | 2 | F1 | 61 | 37 |
| Octal | 40 | 34 | 373 | 127 | 131 | 0 | 2 | 361 | 141 | 67 |
| Binary | 100000 | 11100 | 11111011 | 1010111 | 1011001 | 0 | 10 | 11110001 | 1100001 | 110111 |
Color Harmonies of #201CFB
Complementary color
Monochromatic Colors of #201CFB
Black with #201CFB
Text Example
Text Example
White with #201CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201CFB; }
p { color: rgb(32,28,251); }
H1.HeaderClassName
{
color: #201CFB;
}
.AnyTagClassName
{
color: #201CFB;
}
</style>
background-color css
<style>
a { background-color: #201CFB; }
a { background-color: rgb(32,28,251); }
div.DivClassName
{
background-color: #201CFB;
}
.BgClassName
{
background-color: #201CFB;
}
</style>
border-color css
<style>
span { border-color: #201CFB; }
span { border-color: rgb(32,28,251); }
td.TdClassName
{
border-color: #201CFB;
}
.TagClassName
{
border-color: #201CFB;
}
</style>