Shades of Blue #2019FB
Tints of Blue #2019FB
RGB
CMYK
RGB Variations
Color information
#2019FB (or 0x2019FB) is known color: Blue. HEX triplet: 20, 19 and FB. RGB value is (32,25,251). Sum of RGB (Red+Green+Blue) = 32+25+251=308 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.39% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 251 (98.44% from 255 or 81.49% from 308); Max value from RGB is 251 - color contains mainly: blue. Hex color #2019FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2019FB is #DFE604. Grayscale: #333333. Windows color (decimal): -14673413 or 16455968. OLE color: 16455968.
HSL color Cylindrical-coordinate representation of color #2019FB: hue angle of 241.86º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2019FB is Cyan = 0.87, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 25 | 251 | - |
| CMYK | 0.87 | 0.90 | 0 | 0.02 |
| HSL | 241.86º | 0.97% | 0.54% | - |
| HSV(B) | 241.86º | 0.9% | 0.98% | - |
| XYZ | 18.36 | 7.97 | 91.84 | - |
| YUV | 52.86 | 239.82 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 25 | 251 | 0.87 | 0.90 | 0 | 0.02 | 241.86 | 0.97 | 0.54 |
| Hex | 20 | 19 | FB | 57 | 5A | 0 | 2 | F2 | 61 | 36 |
| Octal | 40 | 31 | 373 | 127 | 132 | 0 | 2 | 362 | 141 | 66 |
| Binary | 100000 | 11001 | 11111011 | 1010111 | 1011010 | 0 | 10 | 11110010 | 1100001 | 110110 |
Color Harmonies of #2019FB
Complementary color
Monochromatic Colors of #2019FB
Black with #2019FB
Text Example
Text Example
White with #2019FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2019FB; }
p { color: rgb(32,25,251); }
H1.HeaderClassName
{
color: #2019FB;
}
.AnyTagClassName
{
color: #2019FB;
}
</style>
background-color css
<style>
a { background-color: #2019FB; }
a { background-color: rgb(32,25,251); }
div.DivClassName
{
background-color: #2019FB;
}
.BgClassName
{
background-color: #2019FB;
}
</style>
border-color css
<style>
span { border-color: #2019FB; }
span { border-color: rgb(32,25,251); }
td.TdClassName
{
border-color: #2019FB;
}
.TagClassName
{
border-color: #2019FB;
}
</style>