Shades of Blue #1928ED
Tints of Blue #1928ED
RGB
CMYK
RGB Variations
Color information
#1928ED (or 0x1928ED) is known color: Blue. HEX triplet: 19, 28 and ED. RGB value is (25,40,237). Sum of RGB (Red+Green+Blue) = 25+40+237=302 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.28% from 302); Green value is 40 (16.02% from 255 or 13.25% from 302); Blue value is 237 (92.97% from 255 or 78.48% from 302); Max value from RGB is 237 - color contains mainly: blue. Hex color #1928ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1928ED is #E6D712. Grayscale: #393939. Windows color (decimal): -15128339 or 15542297. OLE color: 15542297.
HSL color Cylindrical-coordinate representation of color #1928ED: hue angle of 235.75º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1928ED is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 40 | 237 | - |
| CMYK | 0.89 | 0.83 | 0 | 0.07 |
| HSL | 235.75º | 0.85% | 0.51% | - |
| HSV(B) | 235.75º | 0.89% | 0.93% | - |
| XYZ | 16.45 | 7.84 | 80.77 | - |
| YUV | 57.97 | 229.03 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 40 | 237 | 0.89 | 0.83 | 0 | 0.07 | 235.75 | 0.85 | 0.51 |
| Hex | 19 | 28 | ED | 59 | 53 | 0 | 7 | EC | 55 | 33 |
| Octal | 31 | 50 | 355 | 131 | 123 | 0 | 7 | 354 | 125 | 63 |
| Binary | 11001 | 101000 | 11101101 | 1011001 | 1010011 | 0 | 111 | 11101100 | 1010101 | 110011 |
Color Harmonies of #1928ED
Complementary color
Monochromatic Colors of #1928ED
Black with #1928ED
Text Example
Text Example
White with #1928ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1928ED; }
p { color: rgb(25,40,237); }
H1.HeaderClassName
{
color: #1928ED;
}
.AnyTagClassName
{
color: #1928ED;
}
</style>
background-color css
<style>
a { background-color: #1928ED; }
a { background-color: rgb(25,40,237); }
div.DivClassName
{
background-color: #1928ED;
}
.BgClassName
{
background-color: #1928ED;
}
</style>
border-color css
<style>
span { border-color: #1928ED; }
span { border-color: rgb(25,40,237); }
td.TdClassName
{
border-color: #1928ED;
}
.TagClassName
{
border-color: #1928ED;
}
</style>