Shades of Blue #1925EA
Tints of Blue #1925EA
RGB
CMYK
RGB Variations
Color information
#1925EA (or 0x1925EA) is known color: Blue. HEX triplet: 19, 25 and EA. RGB value is (25,37,234). Sum of RGB (Red+Green+Blue) = 25+37+234=296 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.45% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 234 (91.80% from 255 or 79.05% from 296); Max value from RGB is 234 - color contains mainly: blue. Hex color #1925EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1925EA is #E6DA15. Grayscale: #373737. Windows color (decimal): -15129110 or 15344921. OLE color: 15344921.
HSL color Cylindrical-coordinate representation of color #1925EA: hue angle of 236.56º 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 #1925EA is Cyan = 0.89, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 37 | 234 | - |
| CMYK | 0.89 | 0.84 | 0 | 0.08 |
| HSL | 236.56º | 0.83% | 0.51% | - |
| HSV(B) | 236.56º | 0.89% | 0.92% | - |
| XYZ | 15.91 | 7.47 | 78.45 | - |
| YUV | 55.87 | 228.52 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 37 | 234 | 0.89 | 0.84 | 0 | 0.08 | 236.56 | 0.83 | 0.51 |
| Hex | 19 | 25 | EA | 59 | 54 | 0 | 8 | ED | 53 | 33 |
| Octal | 31 | 45 | 352 | 131 | 124 | 0 | 10 | 355 | 123 | 63 |
| Binary | 11001 | 100101 | 11101010 | 1011001 | 1010100 | 0 | 1000 | 11101101 | 1010011 | 110011 |
Color Harmonies of #1925EA
Complementary color
Monochromatic Colors of #1925EA
Black with #1925EA
Text Example
Text Example
White with #1925EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1925EA; }
p { color: rgb(25,37,234); }
H1.HeaderClassName
{
color: #1925EA;
}
.AnyTagClassName
{
color: #1925EA;
}
</style>
background-color css
<style>
a { background-color: #1925EA; }
a { background-color: rgb(25,37,234); }
div.DivClassName
{
background-color: #1925EA;
}
.BgClassName
{
background-color: #1925EA;
}
</style>
border-color css
<style>
span { border-color: #1925EA; }
span { border-color: rgb(25,37,234); }
td.TdClassName
{
border-color: #1925EA;
}
.TagClassName
{
border-color: #1925EA;
}
</style>