Shades of Blue #201EF3
Tints of Blue #201EF3
RGB
CMYK
RGB Variations
Color information
#201EF3 (or 0x201EF3) is known color: Blue. HEX triplet: 20, 1E and F3. RGB value is (32,30,243). Sum of RGB (Red+Green+Blue) = 32+30+243=305 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.49% from 305); Green value is 30 (12.11% from 255 or 9.84% from 305); Blue value is 243 (95.31% from 255 or 79.67% from 305); Max value from RGB is 243 - color contains mainly: blue. Hex color #201EF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #201EF3 is #DFE10C. Grayscale: #363636. Windows color (decimal): -14672141 or 15932960. OLE color: 15932960.
HSL color Cylindrical-coordinate representation of color #201EF3: hue angle of 240.56º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #201EF3 is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 32 | 30 | 243 | - |
| CMYK | 0.87 | 0.88 | 0 | 0.05 |
| HSL | 240.56º | 0.9% | 0.54% | - |
| HSV(B) | 240.56º | 0.88% | 0.95% | - |
| XYZ | 17.24 | 7.71 | 85.37 | - |
| YUV | 54.88 | 234.16 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 30 | 243 | 0.87 | 0.88 | 0 | 0.05 | 240.56 | 0.9 | 0.54 |
| Hex | 20 | 1E | F3 | 57 | 58 | 0 | 5 | F1 | 5A | 36 |
| Octal | 40 | 36 | 363 | 127 | 130 | 0 | 5 | 361 | 132 | 66 |
| Binary | 100000 | 11110 | 11110011 | 1010111 | 1011000 | 0 | 101 | 11110001 | 1011010 | 110110 |
Color Harmonies of #201EF3
Complementary color
Monochromatic Colors of #201EF3
Black with #201EF3
Text Example
Text Example
White with #201EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201EF3; }
p { color: rgb(32,30,243); }
H1.HeaderClassName
{
color: #201EF3;
}
.AnyTagClassName
{
color: #201EF3;
}
</style>
background-color css
<style>
a { background-color: #201EF3; }
a { background-color: rgb(32,30,243); }
div.DivClassName
{
background-color: #201EF3;
}
.BgClassName
{
background-color: #201EF3;
}
</style>
border-color css
<style>
span { border-color: #201EF3; }
span { border-color: rgb(32,30,243); }
td.TdClassName
{
border-color: #201EF3;
}
.TagClassName
{
border-color: #201EF3;
}
</style>