Shades of Blue #1526EE
Tints of Blue #1526EE
RGB
CMYK
RGB Variations
Color information
#1526EE (or 0x1526EE) is known color: Blue. HEX triplet: 15, 26 and EE. RGB value is (21,38,238). Sum of RGB (Red+Green+Blue) = 21+38+238=297 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.07% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 238 (93.36% from 255 or 80.13% from 297); Max value from RGB is 238 - color contains mainly: blue. Hex color #1526EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1526EE is #EAD911. Grayscale: #363636. Windows color (decimal): -15390994 or 15607317. OLE color: 15607317.
HSL color Cylindrical-coordinate representation of color #1526EE: hue angle of 235.3º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1526EE is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 38 | 238 | - |
| CMYK | 0.91 | 0.84 | 0 | 0.07 |
| HSL | 235.3º | 0.86% | 0.51% | - |
| HSV(B) | 235.3º | 0.91% | 0.93% | - |
| XYZ | 16.43 | 7.72 | 81.51 | - |
| YUV | 55.72 | 230.87 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 38 | 238 | 0.91 | 0.84 | 0 | 0.07 | 235.3 | 0.86 | 0.51 |
| Hex | 15 | 26 | EE | 5B | 54 | 0 | 7 | EB | 56 | 33 |
| Octal | 25 | 46 | 356 | 133 | 124 | 0 | 7 | 353 | 126 | 63 |
| Binary | 10101 | 100110 | 11101110 | 1011011 | 1010100 | 0 | 111 | 11101011 | 1010110 | 110011 |
Color Harmonies of #1526EE
Complementary color
Monochromatic Colors of #1526EE
Black with #1526EE
Text Example
Text Example
White with #1526EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1526EE; }
p { color: rgb(21,38,238); }
H1.HeaderClassName
{
color: #1526EE;
}
.AnyTagClassName
{
color: #1526EE;
}
</style>
background-color css
<style>
a { background-color: #1526EE; }
a { background-color: rgb(21,38,238); }
div.DivClassName
{
background-color: #1526EE;
}
.BgClassName
{
background-color: #1526EE;
}
</style>
border-color css
<style>
span { border-color: #1526EE; }
span { border-color: rgb(21,38,238); }
td.TdClassName
{
border-color: #1526EE;
}
.TagClassName
{
border-color: #1526EE;
}
</style>