Shades of Blue #150DEC
Tints of Blue #150DEC
RGB
CMYK
RGB Variations
Color information
#150DEC (or 0x150DEC) is known color: Blue. HEX triplet: 15, 0D and EC. RGB value is (21,13,236). Sum of RGB (Red+Green+Blue) = 21+13+236=270 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.78% from 270); Green value is 13 (5.47% from 255 or 4.81% from 270); Blue value is 236 (92.58% from 255 or 87.41% from 270); Max value from RGB is 236 - color contains mainly: blue. Hex color #150DEC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #150DEC is #EAF213. Grayscale: #272727. Windows color (decimal): -15397396 or 15469845. OLE color: 15469845.
HSL color Cylindrical-coordinate representation of color #150DEC: hue angle of 242.15º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #150DEC is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 13 | 236 | - |
| CMYK | 0.91 | 0.94 | 0 | 0.07 |
| HSL | 242.15º | 0.9% | 0.49% | - |
| HSV(B) | 242.15º | 0.94% | 0.93% | - |
| XYZ | 15.59 | 6.5 | 79.79 | - |
| YUV | 40.81 | 238.15 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 13 | 236 | 0.91 | 0.94 | 0 | 0.07 | 242.15 | 0.9 | 0.49 |
| Hex | 15 | D | EC | 5B | 5E | 0 | 7 | F2 | 5A | 31 |
| Octal | 25 | 15 | 354 | 133 | 136 | 0 | 7 | 362 | 132 | 61 |
| Binary | 10101 | 1101 | 11101100 | 1011011 | 1011110 | 0 | 111 | 11110010 | 1011010 | 110001 |
Color Harmonies of #150DEC
Complementary color
Monochromatic Colors of #150DEC
Black with #150DEC
Text Example
Text Example
White with #150DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150DEC; }
p { color: rgb(21,13,236); }
H1.HeaderClassName
{
color: #150DEC;
}
.AnyTagClassName
{
color: #150DEC;
}
</style>
background-color css
<style>
a { background-color: #150DEC; }
a { background-color: rgb(21,13,236); }
div.DivClassName
{
background-color: #150DEC;
}
.BgClassName
{
background-color: #150DEC;
}
</style>
border-color css
<style>
span { border-color: #150DEC; }
span { border-color: rgb(21,13,236); }
td.TdClassName
{
border-color: #150DEC;
}
.TagClassName
{
border-color: #150DEC;
}
</style>