Shades of Blue #2019EB
Tints of Blue #2019EB
RGB
CMYK
RGB Variations
Color information
#2019EB (or 0x2019EB) is known color: Blue. HEX triplet: 20, 19 and EB. RGB value is (32,25,235). Sum of RGB (Red+Green+Blue) = 32+25+235=292 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.96% from 292); Green value is 25 (10.16% from 255 or 8.56% from 292); Blue value is 235 (92.19% from 255 or 80.48% from 292); Max value from RGB is 235 - color contains mainly: blue. Hex color #2019EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2019EB is #DFE614. Grayscale: #323232. Windows color (decimal): -14673429 or 15407392. OLE color: 15407392.
HSL color Cylindrical-coordinate representation of color #2019EB: hue angle of 242º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2019EB is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 25 | 235 | - |
| CMYK | 0.86 | 0.89 | 0 | 0.08 |
| HSL | 242º | 0.84% | 0.51% | - |
| HSV(B) | 242º | 0.89% | 0.92% | - |
| XYZ | 15.94 | 7 | 79.11 | - |
| YUV | 51.03 | 231.82 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 25 | 235 | 0.86 | 0.89 | 0 | 0.08 | 242 | 0.84 | 0.51 |
| Hex | 20 | 19 | EB | 56 | 59 | 0 | 8 | F2 | 54 | 33 |
| Octal | 40 | 31 | 353 | 126 | 131 | 0 | 10 | 362 | 124 | 63 |
| Binary | 100000 | 11001 | 11101011 | 1010110 | 1011001 | 0 | 1000 | 11110010 | 1010100 | 110011 |
Color Harmonies of #2019EB
Complementary color
Monochromatic Colors of #2019EB
Black with #2019EB
Text Example
Text Example
White with #2019EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2019EB; }
p { color: rgb(32,25,235); }
H1.HeaderClassName
{
color: #2019EB;
}
.AnyTagClassName
{
color: #2019EB;
}
</style>
background-color css
<style>
a { background-color: #2019EB; }
a { background-color: rgb(32,25,235); }
div.DivClassName
{
background-color: #2019EB;
}
.BgClassName
{
background-color: #2019EB;
}
</style>
border-color css
<style>
span { border-color: #2019EB; }
span { border-color: rgb(32,25,235); }
td.TdClassName
{
border-color: #2019EB;
}
.TagClassName
{
border-color: #2019EB;
}
</style>