Shades of Blue #1929ED
Tints of Blue #1929ED
RGB
CMYK
RGB Variations
Color information
#1929ED (or 0x1929ED) is known color: Blue. HEX triplet: 19, 29 and ED. RGB value is (25,41,237). Sum of RGB (Red+Green+Blue) = 25+41+237=303 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.25% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 237 (92.97% from 255 or 78.22% from 303); Max value from RGB is 237 - color contains mainly: blue. Hex color #1929ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1929ED is #E6D612. Grayscale: #393939. Windows color (decimal): -15128083 or 15542553. OLE color: 15542553.
HSL color Cylindrical-coordinate representation of color #1929ED: hue angle of 235.47º 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 #1929ED is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 41 | 237 | - |
| CMYK | 0.89 | 0.83 | 0 | 0.07 |
| HSL | 235.47º | 0.85% | 0.51% | - |
| HSV(B) | 235.47º | 0.89% | 0.93% | - |
| XYZ | 16.48 | 7.91 | 80.78 | - |
| YUV | 58.56 | 228.7 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 41 | 237 | 0.89 | 0.83 | 0 | 0.07 | 235.47 | 0.85 | 0.51 |
| Hex | 19 | 29 | ED | 59 | 53 | 0 | 7 | EB | 55 | 33 |
| Octal | 31 | 51 | 355 | 131 | 123 | 0 | 7 | 353 | 125 | 63 |
| Binary | 11001 | 101001 | 11101101 | 1011001 | 1010011 | 0 | 111 | 11101011 | 1010101 | 110011 |
Color Harmonies of #1929ED
Complementary color
Monochromatic Colors of #1929ED
Black with #1929ED
Text Example
Text Example
White with #1929ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1929ED; }
p { color: rgb(25,41,237); }
H1.HeaderClassName
{
color: #1929ED;
}
.AnyTagClassName
{
color: #1929ED;
}
</style>
background-color css
<style>
a { background-color: #1929ED; }
a { background-color: rgb(25,41,237); }
div.DivClassName
{
background-color: #1929ED;
}
.BgClassName
{
background-color: #1929ED;
}
</style>
border-color css
<style>
span { border-color: #1929ED; }
span { border-color: rgb(25,41,237); }
td.TdClassName
{
border-color: #1929ED;
}
.TagClassName
{
border-color: #1929ED;
}
</style>