Shades of Blue #150DF4
Tints of Blue #150DF4
RGB
CMYK
RGB Variations
Color information
#150DF4 (or 0x150DF4) is known color: Blue. HEX triplet: 15, 0D and F4. RGB value is (21,13,244). Sum of RGB (Red+Green+Blue) = 21+13+244=278 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.55% from 278); Green value is 13 (5.47% from 255 or 4.68% from 278); Blue value is 244 (95.70% from 255 or 87.77% from 278); Max value from RGB is 244 - color contains mainly: blue. Hex color #150DF4 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #150DF4 is #EAF20B. Grayscale: #282828. Windows color (decimal): -15397388 or 15994133. OLE color: 15994133.
HSL color Cylindrical-coordinate representation of color #150DF4: hue angle of 242.08º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150DF4 is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 21 | 13 | 244 | - |
| CMYK | 0.91 | 0.95 | 0 | 0.04 |
| HSL | 242.08º | 0.91% | 0.5% | - |
| HSV(B) | 242.08º | 0.95% | 0.96% | - |
| XYZ | 16.78 | 6.98 | 86.05 | - |
| YUV | 41.73 | 242.15 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 13 | 244 | 0.91 | 0.95 | 0 | 0.04 | 242.08 | 0.91 | 0.5 |
| Hex | 15 | D | F4 | 5B | 5F | 0 | 4 | F2 | 5B | 32 |
| Octal | 25 | 15 | 364 | 133 | 137 | 0 | 4 | 362 | 133 | 62 |
| Binary | 10101 | 1101 | 11110100 | 1011011 | 1011111 | 0 | 100 | 11110010 | 1011011 | 110010 |
Color Harmonies of #150DF4
Complementary color
Monochromatic Colors of #150DF4
Black with #150DF4
Text Example
Text Example
White with #150DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150DF4; }
p { color: rgb(21,13,244); }
H1.HeaderClassName
{
color: #150DF4;
}
.AnyTagClassName
{
color: #150DF4;
}
</style>
background-color css
<style>
a { background-color: #150DF4; }
a { background-color: rgb(21,13,244); }
div.DivClassName
{
background-color: #150DF4;
}
.BgClassName
{
background-color: #150DF4;
}
</style>
border-color css
<style>
span { border-color: #150DF4; }
span { border-color: rgb(21,13,244); }
td.TdClassName
{
border-color: #150DF4;
}
.TagClassName
{
border-color: #150DF4;
}
</style>