Shades of Blue #1926EE
Tints of Blue #1926EE
RGB
CMYK
RGB Variations
Color information
#1926EE (or 0x1926EE) is known color: Blue. HEX triplet: 19, 26 and EE. RGB value is (25,38,238). Sum of RGB (Red+Green+Blue) = 25+38+238=301 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.31% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 238 (93.36% from 255 or 79.07% from 301); Max value from RGB is 238 - color contains mainly: blue. Hex color #1926EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1926EE is #E6D911. Grayscale: #383838. Windows color (decimal): -15128850 or 15607321. OLE color: 15607321.
HSL color Cylindrical-coordinate representation of color #1926EE: hue angle of 236.34º 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 #1926EE is Cyan = 0.89, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 38 | 238 | - |
| CMYK | 0.89 | 0.84 | 0 | 0.07 |
| HSL | 236.34º | 0.86% | 0.52% | - |
| HSV(B) | 236.34º | 0.89% | 0.93% | - |
| XYZ | 16.53 | 7.77 | 81.52 | - |
| YUV | 56.91 | 230.19 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 38 | 238 | 0.89 | 0.84 | 0 | 0.07 | 236.34 | 0.86 | 0.52 |
| Hex | 19 | 26 | EE | 59 | 54 | 0 | 7 | EC | 56 | 34 |
| Octal | 31 | 46 | 356 | 131 | 124 | 0 | 7 | 354 | 126 | 64 |
| Binary | 11001 | 100110 | 11101110 | 1011001 | 1010100 | 0 | 111 | 11101100 | 1010110 | 110100 |
Color Harmonies of #1926EE
Complementary color
Monochromatic Colors of #1926EE
Black with #1926EE
Text Example
Text Example
White with #1926EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1926EE; }
p { color: rgb(25,38,238); }
H1.HeaderClassName
{
color: #1926EE;
}
.AnyTagClassName
{
color: #1926EE;
}
</style>
background-color css
<style>
a { background-color: #1926EE; }
a { background-color: rgb(25,38,238); }
div.DivClassName
{
background-color: #1926EE;
}
.BgClassName
{
background-color: #1926EE;
}
</style>
border-color css
<style>
span { border-color: #1926EE; }
span { border-color: rgb(25,38,238); }
td.TdClassName
{
border-color: #1926EE;
}
.TagClassName
{
border-color: #1926EE;
}
</style>