Shades of Blue #2019F0
Tints of Blue #2019F0
RGB
CMYK
RGB Variations
Color information
#2019F0 (or 0x2019F0) is known color: Blue. HEX triplet: 20, 19 and F0. RGB value is (32,25,240). Sum of RGB (Red+Green+Blue) = 32+25+240=297 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.77% from 297); Green value is 25 (10.16% from 255 or 8.42% from 297); Blue value is 240 (94.14% from 255 or 80.81% from 297); Max value from RGB is 240 - color contains mainly: blue. Hex color #2019F0 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2019F0 is #DFE60F. Grayscale: #323232. Windows color (decimal): -14673424 or 15735072. OLE color: 15735072.
HSL color Cylindrical-coordinate representation of color #2019F0: hue angle of 241.95º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2019F0 is Cyan = 0.87, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 32 | 25 | 240 | - |
| CMYK | 0.87 | 0.90 | 0 | 0.06 |
| HSL | 241.95º | 0.88% | 0.52% | - |
| HSV(B) | 241.95º | 0.9% | 0.94% | - |
| XYZ | 16.67 | 7.29 | 82.97 | - |
| YUV | 51.6 | 234.32 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 25 | 240 | 0.87 | 0.90 | 0 | 0.06 | 241.95 | 0.88 | 0.52 |
| Hex | 20 | 19 | F0 | 57 | 5A | 0 | 6 | F2 | 58 | 34 |
| Octal | 40 | 31 | 360 | 127 | 132 | 0 | 6 | 362 | 130 | 64 |
| Binary | 100000 | 11001 | 11110000 | 1010111 | 1011010 | 0 | 110 | 11110010 | 1011000 | 110100 |
Color Harmonies of #2019F0
Complementary color
Monochromatic Colors of #2019F0
Black with #2019F0
Text Example
Text Example
White with #2019F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2019F0; }
p { color: rgb(32,25,240); }
H1.HeaderClassName
{
color: #2019F0;
}
.AnyTagClassName
{
color: #2019F0;
}
</style>
background-color css
<style>
a { background-color: #2019F0; }
a { background-color: rgb(32,25,240); }
div.DivClassName
{
background-color: #2019F0;
}
.BgClassName
{
background-color: #2019F0;
}
</style>
border-color css
<style>
span { border-color: #2019F0; }
span { border-color: rgb(32,25,240); }
td.TdClassName
{
border-color: #2019F0;
}
.TagClassName
{
border-color: #2019F0;
}
</style>