Shades of Blue #150BED
Tints of Blue #150BED
RGB
CMYK
RGB Variations
Color information
#150BED (or 0x150BED) is known color: Blue. HEX triplet: 15, 0B and ED. RGB value is (21,11,237). Sum of RGB (Red+Green+Blue) = 21+11+237=269 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.81% from 269); Green value is 11 (4.69% from 255 or 4.09% from 269); Blue value is 237 (92.97% from 255 or 88.10% from 269); Max value from RGB is 237 - color contains mainly: blue. Hex color #150BED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #150BED is #EAF412. Grayscale: #262626. Windows color (decimal): -15397907 or 15534869. OLE color: 15534869.
HSL color Cylindrical-coordinate representation of color #150BED: hue angle of 242.65º degrees, saturation: 0.91, 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 #150BED is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 11 | 237 | - |
| CMYK | 0.91 | 0.95 | 0 | 0.07 |
| HSL | 242.65º | 0.91% | 0.49% | - |
| HSV(B) | 242.65º | 0.95% | 0.93% | - |
| XYZ | 15.71 | 6.51 | 80.55 | - |
| YUV | 39.75 | 239.31 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 11 | 237 | 0.91 | 0.95 | 0 | 0.07 | 242.65 | 0.91 | 0.49 |
| Hex | 15 | B | ED | 5B | 5F | 0 | 7 | F3 | 5B | 31 |
| Octal | 25 | 13 | 355 | 133 | 137 | 0 | 7 | 363 | 133 | 61 |
| Binary | 10101 | 1011 | 11101101 | 1011011 | 1011111 | 0 | 111 | 11110011 | 1011011 | 110001 |
Color Harmonies of #150BED
Complementary color
Monochromatic Colors of #150BED
Black with #150BED
Text Example
Text Example
White with #150BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150BED; }
p { color: rgb(21,11,237); }
H1.HeaderClassName
{
color: #150BED;
}
.AnyTagClassName
{
color: #150BED;
}
</style>
background-color css
<style>
a { background-color: #150BED; }
a { background-color: rgb(21,11,237); }
div.DivClassName
{
background-color: #150BED;
}
.BgClassName
{
background-color: #150BED;
}
</style>
border-color css
<style>
span { border-color: #150BED; }
span { border-color: rgb(21,11,237); }
td.TdClassName
{
border-color: #150BED;
}
.TagClassName
{
border-color: #150BED;
}
</style>