Shades of Blue #150DED
Tints of Blue #150DED
RGB
CMYK
RGB Variations
Color information
#150DED (or 0x150DED) is known color: Blue. HEX triplet: 15, 0D and ED. RGB value is (21,13,237). Sum of RGB (Red+Green+Blue) = 21+13+237=271 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.75% from 271); Green value is 13 (5.47% from 255 or 4.80% from 271); Blue value is 237 (92.97% from 255 or 87.45% from 271); Max value from RGB is 237 - color contains mainly: blue. Hex color #150DED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #150DED is #EAF212. Grayscale: #282828. Windows color (decimal): -15397395 or 15535381. OLE color: 15535381.
HSL color Cylindrical-coordinate representation of color #150DED: hue angle of 242.14º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150DED is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 13 | 237 | - |
| CMYK | 0.91 | 0.95 | 0 | 0.07 |
| HSL | 242.14º | 0.9% | 0.49% | - |
| HSV(B) | 242.14º | 0.95% | 0.93% | - |
| XYZ | 15.74 | 6.56 | 80.56 | - |
| YUV | 40.93 | 238.65 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 13 | 237 | 0.91 | 0.95 | 0 | 0.07 | 242.14 | 0.9 | 0.49 |
| Hex | 15 | D | ED | 5B | 5F | 0 | 7 | F2 | 5A | 31 |
| Octal | 25 | 15 | 355 | 133 | 137 | 0 | 7 | 362 | 132 | 61 |
| Binary | 10101 | 1101 | 11101101 | 1011011 | 1011111 | 0 | 111 | 11110010 | 1011010 | 110001 |
Color Harmonies of #150DED
Complementary color
Monochromatic Colors of #150DED
Black with #150DED
Text Example
Text Example
White with #150DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150DED; }
p { color: rgb(21,13,237); }
H1.HeaderClassName
{
color: #150DED;
}
.AnyTagClassName
{
color: #150DED;
}
</style>
background-color css
<style>
a { background-color: #150DED; }
a { background-color: rgb(21,13,237); }
div.DivClassName
{
background-color: #150DED;
}
.BgClassName
{
background-color: #150DED;
}
</style>
border-color css
<style>
span { border-color: #150DED; }
span { border-color: rgb(21,13,237); }
td.TdClassName
{
border-color: #150DED;
}
.TagClassName
{
border-color: #150DED;
}
</style>