Shades of Blue #150DF8
Tints of Blue #150DF8
RGB
CMYK
RGB Variations
Color information
#150DF8 (or 0x150DF8) is known color: Blue. HEX triplet: 15, 0D and F8. RGB value is (21,13,248). Sum of RGB (Red+Green+Blue) = 21+13+248=282 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.45% from 282); Green value is 13 (5.47% from 255 or 4.61% from 282); Blue value is 248 (97.27% from 255 or 87.94% from 282); Max value from RGB is 248 - color contains mainly: blue. Hex color #150DF8 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #150DF8 is #EAF207. Grayscale: #292929. Windows color (decimal): -15397384 or 16256277. OLE color: 16256277.
HSL color Cylindrical-coordinate representation of color #150DF8: hue angle of 242.04º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150DF8 is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 21 | 13 | 248 | - |
| CMYK | 0.92 | 0.95 | 0 | 0.03 |
| HSL | 242.04º | 0.94% | 0.51% | - |
| HSV(B) | 242.04º | 0.95% | 0.97% | - |
| XYZ | 17.4 | 7.22 | 89.28 | - |
| YUV | 42.18 | 244.15 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 13 | 248 | 0.92 | 0.95 | 0 | 0.03 | 242.04 | 0.94 | 0.51 |
| Hex | 15 | D | F8 | 5C | 5F | 0 | 3 | F2 | 5E | 33 |
| Octal | 25 | 15 | 370 | 134 | 137 | 0 | 3 | 362 | 136 | 63 |
| Binary | 10101 | 1101 | 11111000 | 1011100 | 1011111 | 0 | 11 | 11110010 | 1011110 | 110011 |
Color Harmonies of #150DF8
Complementary color
Monochromatic Colors of #150DF8
Black with #150DF8
Text Example
Text Example
White with #150DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150DF8; }
p { color: rgb(21,13,248); }
H1.HeaderClassName
{
color: #150DF8;
}
.AnyTagClassName
{
color: #150DF8;
}
</style>
background-color css
<style>
a { background-color: #150DF8; }
a { background-color: rgb(21,13,248); }
div.DivClassName
{
background-color: #150DF8;
}
.BgClassName
{
background-color: #150DF8;
}
</style>
border-color css
<style>
span { border-color: #150DF8; }
span { border-color: rgb(21,13,248); }
td.TdClassName
{
border-color: #150DF8;
}
.TagClassName
{
border-color: #150DF8;
}
</style>