Shades of Blue #150EFD
Tints of Blue #150EFD
RGB
CMYK
RGB Variations
Color information
#150EFD (or 0x150EFD) is known color: Blue. HEX triplet: 15, 0E and FD. RGB value is (21,14,253). Sum of RGB (Red+Green+Blue) = 21+14+253=288 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.29% from 288); Green value is 14 (5.86% from 255 or 4.86% from 288); Blue value is 253 (99.22% from 255 or 87.85% from 288); Max value from RGB is 253 - color contains mainly: blue. Hex color #150EFD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #150EFD is #EAF102. Grayscale: #2A2A2A. Windows color (decimal): -15397123 or 16584213. OLE color: 16584213.
HSL color Cylindrical-coordinate representation of color #150EFD: hue angle of 241.76º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #150EFD is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 14 | 253 | - |
| CMYK | 0.92 | 0.94 | 0 | 0.01 |
| HSL | 241.76º | 0.98% | 0.52% | - |
| HSV(B) | 241.76º | 0.94% | 0.99% | - |
| XYZ | 18.2 | 7.57 | 93.43 | - |
| YUV | 43.34 | 246.32 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 14 | 253 | 0.92 | 0.94 | 0 | 0.01 | 241.76 | 0.98 | 0.52 |
| Hex | 15 | E | FD | 5C | 5E | 0 | 1 | F2 | 62 | 34 |
| Octal | 25 | 16 | 375 | 134 | 136 | 0 | 1 | 362 | 142 | 64 |
| Binary | 10101 | 1110 | 11111101 | 1011100 | 1011110 | 0 | 1 | 11110010 | 1100010 | 110100 |
Color Harmonies of #150EFD
Complementary color
Monochromatic Colors of #150EFD
Black with #150EFD
Text Example
Text Example
White with #150EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150EFD; }
p { color: rgb(21,14,253); }
H1.HeaderClassName
{
color: #150EFD;
}
.AnyTagClassName
{
color: #150EFD;
}
</style>
background-color css
<style>
a { background-color: #150EFD; }
a { background-color: rgb(21,14,253); }
div.DivClassName
{
background-color: #150EFD;
}
.BgClassName
{
background-color: #150EFD;
}
</style>
border-color css
<style>
span { border-color: #150EFD; }
span { border-color: rgb(21,14,253); }
td.TdClassName
{
border-color: #150EFD;
}
.TagClassName
{
border-color: #150EFD;
}
</style>