Shades of Blue #201EF8
Tints of Blue #201EF8
RGB
CMYK
RGB Variations
Color information
#201EF8 (or 0x201EF8) is known color: Blue. HEX triplet: 20, 1E and F8. RGB value is (32,30,248). Sum of RGB (Red+Green+Blue) = 32+30+248=310 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.32% from 310); Green value is 30 (12.11% from 255 or 9.68% from 310); Blue value is 248 (97.27% from 255 or 80% from 310); Max value from RGB is 248 - color contains mainly: blue. Hex color #201EF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #201EF8 is #DFE107. Grayscale: #363636. Windows color (decimal): -14672136 or 16260640. OLE color: 16260640.
HSL color Cylindrical-coordinate representation of color #201EF8: hue angle of 240.55º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #201EF8 is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 32 | 30 | 248 | - |
| CMYK | 0.87 | 0.88 | 0 | 0.03 |
| HSL | 240.55º | 0.94% | 0.55% | - |
| HSV(B) | 240.55º | 0.88% | 0.97% | - |
| XYZ | 18 | 8.01 | 89.4 | - |
| YUV | 55.45 | 236.66 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 30 | 248 | 0.87 | 0.88 | 0 | 0.03 | 240.55 | 0.94 | 0.55 |
| Hex | 20 | 1E | F8 | 57 | 58 | 0 | 3 | F1 | 5E | 37 |
| Octal | 40 | 36 | 370 | 127 | 130 | 0 | 3 | 361 | 136 | 67 |
| Binary | 100000 | 11110 | 11111000 | 1010111 | 1011000 | 0 | 11 | 11110001 | 1011110 | 110111 |
Color Harmonies of #201EF8
Complementary color
Monochromatic Colors of #201EF8
Black with #201EF8
Text Example
Text Example
White with #201EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201EF8; }
p { color: rgb(32,30,248); }
H1.HeaderClassName
{
color: #201EF8;
}
.AnyTagClassName
{
color: #201EF8;
}
</style>
background-color css
<style>
a { background-color: #201EF8; }
a { background-color: rgb(32,30,248); }
div.DivClassName
{
background-color: #201EF8;
}
.BgClassName
{
background-color: #201EF8;
}
</style>
border-color css
<style>
span { border-color: #201EF8; }
span { border-color: rgb(32,30,248); }
td.TdClassName
{
border-color: #201EF8;
}
.TagClassName
{
border-color: #201EF8;
}
</style>