Shades of Blue #1505E8
Tints of Blue #1505E8
RGB
CMYK
RGB Variations
Color information
#1505E8 (or 0x1505E8) is known color: Blue. HEX triplet: 15, 05 and E8. RGB value is (21,5,232). Sum of RGB (Red+Green+Blue) = 21+5+232=258 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.14% from 258); Green value is 5 (2.34% from 255 or 1.94% from 258); Blue value is 232 (91.02% from 255 or 89.92% from 258); Max value from RGB is 232 - color contains mainly: blue. Hex color #1505E8 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1505E8 is #EAFA17. Grayscale: #222222. Windows color (decimal): -15399448 or 15205653. OLE color: 15205653.
HSL color Cylindrical-coordinate representation of color #1505E8: hue angle of 244.23º 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 #1505E8 is Cyan = 0.91, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 21 | 5 | 232 | - |
| CMYK | 0.91 | 0.98 | 0 | 0.09 |
| HSL | 244.23º | 0.96% | 0.46% | - |
| HSV(B) | 244.23º | 0.98% | 0.91% | - |
| XYZ | 14.93 | 6.09 | 76.73 | - |
| YUV | 35.66 | 238.8 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 5 | 232 | 0.91 | 0.98 | 0 | 0.09 | 244.23 | 0.96 | 0.46 |
| Hex | 15 | 5 | E8 | 5B | 62 | 0 | 9 | F4 | 60 | 2E |
| Octal | 25 | 5 | 350 | 133 | 142 | 0 | 11 | 364 | 140 | 56 |
| Binary | 10101 | 101 | 11101000 | 1011011 | 1100010 | 0 | 1001 | 11110100 | 1100000 | 101110 |
Color Harmonies of #1505E8
Complementary color
Monochromatic Colors of #1505E8
Black with #1505E8
Text Example
Text Example
White with #1505E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1505E8; }
p { color: rgb(21,5,232); }
H1.HeaderClassName
{
color: #1505E8;
}
.AnyTagClassName
{
color: #1505E8;
}
</style>
background-color css
<style>
a { background-color: #1505E8; }
a { background-color: rgb(21,5,232); }
div.DivClassName
{
background-color: #1505E8;
}
.BgClassName
{
background-color: #1505E8;
}
</style>
border-color css
<style>
span { border-color: #1505E8; }
span { border-color: rgb(21,5,232); }
td.TdClassName
{
border-color: #1505E8;
}
.TagClassName
{
border-color: #1505E8;
}
</style>