Shades of Blue #151DF7
Tints of Blue #151DF7
RGB
CMYK
RGB Variations
Color information
#151DF7 (or 0x151DF7) is known color: Blue. HEX triplet: 15, 1D and F7. RGB value is (21,29,247). Sum of RGB (Red+Green+Blue) = 21+29+247=297 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.07% from 297); Green value is 29 (11.72% from 255 or 9.76% from 297); Blue value is 247 (96.88% from 255 or 83.16% from 297); Max value from RGB is 247 - color contains mainly: blue. Hex color #151DF7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #151DF7 is #EAE208. Grayscale: #323232. Windows color (decimal): -15393289 or 16194837. OLE color: 16194837.
HSL color Cylindrical-coordinate representation of color #151DF7: hue angle of 237.88º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #151DF7 is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 21 | 29 | 247 | - |
| CMYK | 0.91 | 0.88 | 0 | 0.03 |
| HSL | 237.88º | 0.93% | 0.53% | - |
| HSV(B) | 237.88º | 0.91% | 0.97% | - |
| XYZ | 17.54 | 7.75 | 88.57 | - |
| YUV | 51.46 | 238.35 | 106.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 29 | 247 | 0.91 | 0.88 | 0 | 0.03 | 237.88 | 0.93 | 0.53 |
| Hex | 15 | 1D | F7 | 5B | 58 | 0 | 3 | EE | 5D | 35 |
| Octal | 25 | 35 | 367 | 133 | 130 | 0 | 3 | 356 | 135 | 65 |
| Binary | 10101 | 11101 | 11110111 | 1011011 | 1011000 | 0 | 11 | 11101110 | 1011101 | 110101 |
Color Harmonies of #151DF7
Complementary color
Monochromatic Colors of #151DF7
Black with #151DF7
Text Example
Text Example
White with #151DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151DF7; }
p { color: rgb(21,29,247); }
H1.HeaderClassName
{
color: #151DF7;
}
.AnyTagClassName
{
color: #151DF7;
}
</style>
background-color css
<style>
a { background-color: #151DF7; }
a { background-color: rgb(21,29,247); }
div.DivClassName
{
background-color: #151DF7;
}
.BgClassName
{
background-color: #151DF7;
}
</style>
border-color css
<style>
span { border-color: #151DF7; }
span { border-color: rgb(21,29,247); }
td.TdClassName
{
border-color: #151DF7;
}
.TagClassName
{
border-color: #151DF7;
}
</style>