Shades of Blue #150DE8
Tints of Blue #150DE8
RGB
CMYK
RGB Variations
Color information
#150DE8 (or 0x150DE8) is known color: Blue. HEX triplet: 15, 0D and E8. RGB value is (21,13,232). Sum of RGB (Red+Green+Blue) = 21+13+232=266 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.89% from 266); Green value is 13 (5.47% from 255 or 4.89% from 266); Blue value is 232 (91.02% from 255 or 87.22% from 266); Max value from RGB is 232 - color contains mainly: blue. Hex color #150DE8 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #150DE8 is #EAF217. Grayscale: #272727. Windows color (decimal): -15397400 or 15207701. OLE color: 15207701.
HSL color Cylindrical-coordinate representation of color #150DE8: hue angle of 242.19º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #150DE8 is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 21 | 13 | 232 | - |
| CMYK | 0.91 | 0.94 | 0 | 0.09 |
| HSL | 242.19º | 0.89% | 0.48% | - |
| HSV(B) | 242.19º | 0.94% | 0.91% | - |
| XYZ | 15.02 | 6.27 | 76.76 | - |
| YUV | 40.36 | 236.15 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 13 | 232 | 0.91 | 0.94 | 0 | 0.09 | 242.19 | 0.89 | 0.48 |
| Hex | 15 | D | E8 | 5B | 5E | 0 | 9 | F2 | 59 | 30 |
| Octal | 25 | 15 | 350 | 133 | 136 | 0 | 11 | 362 | 131 | 60 |
| Binary | 10101 | 1101 | 11101000 | 1011011 | 1011110 | 0 | 1001 | 11110010 | 1011001 | 110000 |
Color Harmonies of #150DE8
Complementary color
Monochromatic Colors of #150DE8
Black with #150DE8
Text Example
Text Example
White with #150DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150DE8; }
p { color: rgb(21,13,232); }
H1.HeaderClassName
{
color: #150DE8;
}
.AnyTagClassName
{
color: #150DE8;
}
</style>
background-color css
<style>
a { background-color: #150DE8; }
a { background-color: rgb(21,13,232); }
div.DivClassName
{
background-color: #150DE8;
}
.BgClassName
{
background-color: #150DE8;
}
</style>
border-color css
<style>
span { border-color: #150DE8; }
span { border-color: rgb(21,13,232); }
td.TdClassName
{
border-color: #150DE8;
}
.TagClassName
{
border-color: #150DE8;
}
</style>