Shades of Blue #1925EF
Tints of Blue #1925EF
RGB
CMYK
RGB Variations
Color information
#1925EF (or 0x1925EF) is known color: Blue. HEX triplet: 19, 25 and EF. RGB value is (25,37,239). Sum of RGB (Red+Green+Blue) = 25+37+239=301 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.31% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 239 (93.75% from 255 or 79.40% from 301); Max value from RGB is 239 - color contains mainly: blue. Hex color #1925EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1925EF is #E6DA10. Grayscale: #373737. Windows color (decimal): -15129105 or 15672601. OLE color: 15672601.
HSL color Cylindrical-coordinate representation of color #1925EF: hue angle of 236.64º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1925EF is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 37 | 239 | - |
| CMYK | 0.90 | 0.85 | 0 | 0.06 |
| HSL | 236.64º | 0.87% | 0.52% | - |
| HSV(B) | 236.64º | 0.9% | 0.94% | - |
| XYZ | 16.64 | 7.76 | 82.28 | - |
| YUV | 56.44 | 231.02 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 37 | 239 | 0.90 | 0.85 | 0 | 0.06 | 236.64 | 0.87 | 0.52 |
| Hex | 19 | 25 | EF | 5A | 55 | 0 | 6 | ED | 57 | 34 |
| Octal | 31 | 45 | 357 | 132 | 125 | 0 | 6 | 355 | 127 | 64 |
| Binary | 11001 | 100101 | 11101111 | 1011010 | 1010101 | 0 | 110 | 11101101 | 1010111 | 110100 |
Color Harmonies of #1925EF
Complementary color
Monochromatic Colors of #1925EF
Black with #1925EF
Text Example
Text Example
White with #1925EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1925EF; }
p { color: rgb(25,37,239); }
H1.HeaderClassName
{
color: #1925EF;
}
.AnyTagClassName
{
color: #1925EF;
}
</style>
background-color css
<style>
a { background-color: #1925EF; }
a { background-color: rgb(25,37,239); }
div.DivClassName
{
background-color: #1925EF;
}
.BgClassName
{
background-color: #1925EF;
}
</style>
border-color css
<style>
span { border-color: #1925EF; }
span { border-color: rgb(25,37,239); }
td.TdClassName
{
border-color: #1925EF;
}
.TagClassName
{
border-color: #1925EF;
}
</style>