Shades of Blue #150DF0
Tints of Blue #150DF0
RGB
CMYK
RGB Variations
Color information
#150DF0 (or 0x150DF0) is known color: Blue. HEX triplet: 15, 0D and F0. RGB value is (21,13,240). Sum of RGB (Red+Green+Blue) = 21+13+240=274 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.66% from 274); Green value is 13 (5.47% from 255 or 4.74% from 274); Blue value is 240 (94.14% from 255 or 87.59% from 274); Max value from RGB is 240 - color contains mainly: blue. Hex color #150DF0 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #150DF0 is #EAF20F. Grayscale: #282828. Windows color (decimal): -15397392 or 15731989. OLE color: 15731989.
HSL color Cylindrical-coordinate representation of color #150DF0: hue angle of 242.11º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150DF0 is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 21 | 13 | 240 | - |
| CMYK | 0.91 | 0.95 | 0 | 0.06 |
| HSL | 242.11º | 0.9% | 0.5% | - |
| HSV(B) | 242.11º | 0.95% | 0.94% | - |
| XYZ | 16.18 | 6.74 | 82.89 | - |
| YUV | 41.27 | 240.15 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 13 | 240 | 0.91 | 0.95 | 0 | 0.06 | 242.11 | 0.9 | 0.5 |
| Hex | 15 | D | F0 | 5B | 5F | 0 | 6 | F2 | 5A | 32 |
| Octal | 25 | 15 | 360 | 133 | 137 | 0 | 6 | 362 | 132 | 62 |
| Binary | 10101 | 1101 | 11110000 | 1011011 | 1011111 | 0 | 110 | 11110010 | 1011010 | 110010 |
Color Harmonies of #150DF0
Complementary color
Monochromatic Colors of #150DF0
Black with #150DF0
Text Example
Text Example
White with #150DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150DF0; }
p { color: rgb(21,13,240); }
H1.HeaderClassName
{
color: #150DF0;
}
.AnyTagClassName
{
color: #150DF0;
}
</style>
background-color css
<style>
a { background-color: #150DF0; }
a { background-color: rgb(21,13,240); }
div.DivClassName
{
background-color: #150DF0;
}
.BgClassName
{
background-color: #150DF0;
}
</style>
border-color css
<style>
span { border-color: #150DF0; }
span { border-color: rgb(21,13,240); }
td.TdClassName
{
border-color: #150DF0;
}
.TagClassName
{
border-color: #150DF0;
}
</style>