Shades of Blue #2019FD
Tints of Blue #2019FD
RGB
CMYK
RGB Variations
Color information
#2019FD (or 0x2019FD) is known color: Blue. HEX triplet: 20, 19 and FD. RGB value is (32,25,253). Sum of RGB (Red+Green+Blue) = 32+25+253=310 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.32% from 310); Green value is 25 (10.16% from 255 or 8.06% from 310); Blue value is 253 (99.22% from 255 or 81.61% from 310); Max value from RGB is 253 - color contains mainly: blue. Hex color #2019FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2019FD is #DFE602. Grayscale: #343434. Windows color (decimal): -14673411 or 16587040. OLE color: 16587040.
HSL color Cylindrical-coordinate representation of color #2019FD: hue angle of 241.84º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2019FD is Cyan = 0.87, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 25 | 253 | - |
| CMYK | 0.87 | 0.90 | 0 | 0.01 |
| HSL | 241.84º | 0.98% | 0.55% | - |
| HSV(B) | 241.84º | 0.9% | 0.99% | - |
| XYZ | 18.67 | 8.09 | 93.51 | - |
| YUV | 53.09 | 240.82 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 25 | 253 | 0.87 | 0.90 | 0 | 0.01 | 241.84 | 0.98 | 0.55 |
| Hex | 20 | 19 | FD | 57 | 5A | 0 | 1 | F2 | 62 | 37 |
| Octal | 40 | 31 | 375 | 127 | 132 | 0 | 1 | 362 | 142 | 67 |
| Binary | 100000 | 11001 | 11111101 | 1010111 | 1011010 | 0 | 1 | 11110010 | 1100010 | 110111 |
Color Harmonies of #2019FD
Complementary color
Monochromatic Colors of #2019FD
Black with #2019FD
Text Example
Text Example
White with #2019FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2019FD; }
p { color: rgb(32,25,253); }
H1.HeaderClassName
{
color: #2019FD;
}
.AnyTagClassName
{
color: #2019FD;
}
</style>
background-color css
<style>
a { background-color: #2019FD; }
a { background-color: rgb(32,25,253); }
div.DivClassName
{
background-color: #2019FD;
}
.BgClassName
{
background-color: #2019FD;
}
</style>
border-color css
<style>
span { border-color: #2019FD; }
span { border-color: rgb(32,25,253); }
td.TdClassName
{
border-color: #2019FD;
}
.TagClassName
{
border-color: #2019FD;
}
</style>