Shades of Blue #1921EA
Tints of Blue #1921EA
RGB
CMYK
RGB Variations
Color information
#1921EA (or 0x1921EA) is known color: Blue. HEX triplet: 19, 21 and EA. RGB value is (25,33,234). Sum of RGB (Red+Green+Blue) = 25+33+234=292 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.56% from 292); Green value is 33 (13.28% from 255 or 11.30% from 292); Blue value is 234 (91.80% from 255 or 80.14% from 292); Max value from RGB is 234 - color contains mainly: blue. Hex color #1921EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1921EA is #E6DE15. Grayscale: #343434. Windows color (decimal): -15130134 or 15343897. OLE color: 15343897.
HSL color Cylindrical-coordinate representation of color #1921EA: hue angle of 237.7º degrees, saturation: 0.83, 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 #1921EA is Cyan = 0.89, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 33 | 234 | - |
| CMYK | 0.89 | 0.86 | 0 | 0.08 |
| HSL | 237.7º | 0.83% | 0.51% | - |
| HSV(B) | 237.7º | 0.89% | 0.92% | - |
| XYZ | 15.8 | 7.23 | 78.41 | - |
| YUV | 53.52 | 229.85 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 33 | 234 | 0.89 | 0.86 | 0 | 0.08 | 237.7 | 0.83 | 0.51 |
| Hex | 19 | 21 | EA | 59 | 56 | 0 | 8 | EE | 53 | 33 |
| Octal | 31 | 41 | 352 | 131 | 126 | 0 | 10 | 356 | 123 | 63 |
| Binary | 11001 | 100001 | 11101010 | 1011001 | 1010110 | 0 | 1000 | 11101110 | 1010011 | 110011 |
Color Harmonies of #1921EA
Complementary color
Monochromatic Colors of #1921EA
Black with #1921EA
Text Example
Text Example
White with #1921EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1921EA; }
p { color: rgb(25,33,234); }
H1.HeaderClassName
{
color: #1921EA;
}
.AnyTagClassName
{
color: #1921EA;
}
</style>
background-color css
<style>
a { background-color: #1921EA; }
a { background-color: rgb(25,33,234); }
div.DivClassName
{
background-color: #1921EA;
}
.BgClassName
{
background-color: #1921EA;
}
</style>
border-color css
<style>
span { border-color: #1921EA; }
span { border-color: rgb(25,33,234); }
td.TdClassName
{
border-color: #1921EA;
}
.TagClassName
{
border-color: #1921EA;
}
</style>