Shades of Blue #1927EE
Tints of Blue #1927EE
RGB
CMYK
RGB Variations
Color information
#1927EE (or 0x1927EE) is known color: Blue. HEX triplet: 19, 27 and EE. RGB value is (25,39,238). Sum of RGB (Red+Green+Blue) = 25+39+238=302 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.28% from 302); Green value is 39 (15.62% from 255 or 12.91% from 302); Blue value is 238 (93.36% from 255 or 78.81% from 302); Max value from RGB is 238 - color contains mainly: blue. Hex color #1927EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1927EE is #E6D811. Grayscale: #383838. Windows color (decimal): -15128594 or 15607577. OLE color: 15607577.
HSL color Cylindrical-coordinate representation of color #1927EE: hue angle of 236.06º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1927EE is Cyan = 0.89, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 39 | 238 | - |
| CMYK | 0.89 | 0.84 | 0 | 0.07 |
| HSL | 236.06º | 0.86% | 0.52% | - |
| HSV(B) | 236.06º | 0.89% | 0.93% | - |
| XYZ | 16.56 | 7.83 | 81.53 | - |
| YUV | 57.5 | 229.86 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 39 | 238 | 0.89 | 0.84 | 0 | 0.07 | 236.06 | 0.86 | 0.52 |
| Hex | 19 | 27 | EE | 59 | 54 | 0 | 7 | EC | 56 | 34 |
| Octal | 31 | 47 | 356 | 131 | 124 | 0 | 7 | 354 | 126 | 64 |
| Binary | 11001 | 100111 | 11101110 | 1011001 | 1010100 | 0 | 111 | 11101100 | 1010110 | 110100 |
Color Harmonies of #1927EE
Complementary color
Monochromatic Colors of #1927EE
Black with #1927EE
Text Example
Text Example
White with #1927EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1927EE; }
p { color: rgb(25,39,238); }
H1.HeaderClassName
{
color: #1927EE;
}
.AnyTagClassName
{
color: #1927EE;
}
</style>
background-color css
<style>
a { background-color: #1927EE; }
a { background-color: rgb(25,39,238); }
div.DivClassName
{
background-color: #1927EE;
}
.BgClassName
{
background-color: #1927EE;
}
</style>
border-color css
<style>
span { border-color: #1927EE; }
span { border-color: rgb(25,39,238); }
td.TdClassName
{
border-color: #1927EE;
}
.TagClassName
{
border-color: #1927EE;
}
</style>