Shades of Blue #1927ED
Tints of Blue #1927ED
RGB
CMYK
RGB Variations
Color information
#1927ED (or 0x1927ED) is known color: Blue. HEX triplet: 19, 27 and ED. RGB value is (25,39,237). Sum of RGB (Red+Green+Blue) = 25+39+237=301 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.31% from 301); Green value is 39 (15.62% from 255 or 12.96% from 301); Blue value is 237 (92.97% from 255 or 78.74% from 301); Max value from RGB is 237 - color contains mainly: blue. Hex color #1927ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1927ED is #E6D812. Grayscale: #383838. Windows color (decimal): -15128595 or 15542041. OLE color: 15542041.
HSL color Cylindrical-coordinate representation of color #1927ED: hue angle of 236.04º 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 #1927ED is Cyan = 0.89, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 39 | 237 | - |
| CMYK | 0.89 | 0.84 | 0 | 0.07 |
| HSL | 236.04º | 0.85% | 0.51% | - |
| HSV(B) | 236.04º | 0.89% | 0.93% | - |
| XYZ | 16.41 | 7.77 | 80.76 | - |
| YUV | 57.39 | 229.36 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 39 | 237 | 0.89 | 0.84 | 0 | 0.07 | 236.04 | 0.85 | 0.51 |
| Hex | 19 | 27 | ED | 59 | 54 | 0 | 7 | EC | 55 | 33 |
| Octal | 31 | 47 | 355 | 131 | 124 | 0 | 7 | 354 | 125 | 63 |
| Binary | 11001 | 100111 | 11101101 | 1011001 | 1010100 | 0 | 111 | 11101100 | 1010101 | 110011 |
Color Harmonies of #1927ED
Complementary color
Monochromatic Colors of #1927ED
Black with #1927ED
Text Example
Text Example
White with #1927ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1927ED; }
p { color: rgb(25,39,237); }
H1.HeaderClassName
{
color: #1927ED;
}
.AnyTagClassName
{
color: #1927ED;
}
</style>
background-color css
<style>
a { background-color: #1927ED; }
a { background-color: rgb(25,39,237); }
div.DivClassName
{
background-color: #1927ED;
}
.BgClassName
{
background-color: #1927ED;
}
</style>
border-color css
<style>
span { border-color: #1927ED; }
span { border-color: rgb(25,39,237); }
td.TdClassName
{
border-color: #1927ED;
}
.TagClassName
{
border-color: #1927ED;
}
</style>