Shades of Blue #150DFF
Tints of Blue #150DFF
RGB
CMYK
RGB Variations
Color information
#150DFF (or 0x150DFF) is known color: Blue. HEX triplet: 15, 0D and FF. RGB value is (21,13,255). Sum of RGB (Red+Green+Blue) = 21+13+255=289 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.27% from 289); Green value is 13 (5.47% from 255 or 4.50% from 289); Blue value is 255 (100% from 255 or 88.24% from 289); Max value from RGB is 255 - color contains mainly: blue. Hex color #150DFF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #150DFF is #EAF200. Grayscale: #2A2A2A. Windows color (decimal): -15397377 or 16715029. OLE color: 16715029.
HSL color Cylindrical-coordinate representation of color #150DFF: hue angle of 241.98º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150DFF is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 13 | 255 | - |
| CMYK | 0.92 | 0.95 | 0 | 0 |
| HSL | 241.98º | 1% | 0.53% | - |
| HSV(B) | 241.98º | 0.95% | 1% | - |
| XYZ | 18.5 | 7.67 | 95.11 | - |
| YUV | 42.98 | 247.65 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 13 | 255 | 0.92 | 0.95 | 0 | 0 | 241.98 | 1 | 0.53 |
| Hex | 15 | D | FF | 5C | 5F | 0 | 0 | F2 | 64 | 35 |
| Octal | 25 | 15 | 377 | 134 | 137 | 0 | 0 | 362 | 144 | 65 |
| Binary | 10101 | 1101 | 11111111 | 1011100 | 1011111 | 0 | 0 | 11110010 | 1100100 | 110101 |
Color Harmonies of #150DFF
Complementary color
Monochromatic Colors of #150DFF
Black with #150DFF
Text Example
Text Example
White with #150DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150DFF; }
p { color: rgb(21,13,255); }
H1.HeaderClassName
{
color: #150DFF;
}
.AnyTagClassName
{
color: #150DFF;
}
</style>
background-color css
<style>
a { background-color: #150DFF; }
a { background-color: rgb(21,13,255); }
div.DivClassName
{
background-color: #150DFF;
}
.BgClassName
{
background-color: #150DFF;
}
</style>
border-color css
<style>
span { border-color: #150DFF; }
span { border-color: rgb(21,13,255); }
td.TdClassName
{
border-color: #150DFF;
}
.TagClassName
{
border-color: #150DFF;
}
</style>