Shades of Blue #1505E7
Tints of Blue #1505E7
RGB
CMYK
RGB Variations
Color information
#1505E7 (or 0x1505E7) is known color: Blue. HEX triplet: 15, 05 and E7. RGB value is (21,5,231). Sum of RGB (Red+Green+Blue) = 21+5+231=257 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.17% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 231 (90.62% from 255 or 89.88% from 257); Max value from RGB is 231 - color contains mainly: blue. Hex color #1505E7 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1505E7 is #EAFA18. Grayscale: #222222. Windows color (decimal): -15399449 or 15140117. OLE color: 15140117.
HSL color Cylindrical-coordinate representation of color #1505E7: hue angle of 244.25º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1505E7 is Cyan = 0.91, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 21 | 5 | 231 | - |
| CMYK | 0.91 | 0.98 | 0 | 0.09 |
| HSL | 244.25º | 0.96% | 0.46% | - |
| HSV(B) | 244.25º | 0.98% | 0.91% | - |
| XYZ | 14.79 | 6.04 | 75.99 | - |
| YUV | 35.55 | 238.3 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 5 | 231 | 0.91 | 0.98 | 0 | 0.09 | 244.25 | 0.96 | 0.46 |
| Hex | 15 | 5 | E7 | 5B | 62 | 0 | 9 | F4 | 60 | 2E |
| Octal | 25 | 5 | 347 | 133 | 142 | 0 | 11 | 364 | 140 | 56 |
| Binary | 10101 | 101 | 11100111 | 1011011 | 1100010 | 0 | 1001 | 11110100 | 1100000 | 101110 |
Color Harmonies of #1505E7
Complementary color
Monochromatic Colors of #1505E7
Black with #1505E7
Text Example
Text Example
White with #1505E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1505E7; }
p { color: rgb(21,5,231); }
H1.HeaderClassName
{
color: #1505E7;
}
.AnyTagClassName
{
color: #1505E7;
}
</style>
background-color css
<style>
a { background-color: #1505E7; }
a { background-color: rgb(21,5,231); }
div.DivClassName
{
background-color: #1505E7;
}
.BgClassName
{
background-color: #1505E7;
}
</style>
border-color css
<style>
span { border-color: #1505E7; }
span { border-color: rgb(21,5,231); }
td.TdClassName
{
border-color: #1505E7;
}
.TagClassName
{
border-color: #1505E7;
}
</style>