Shades of Blue #151FFC
Tints of Blue #151FFC
RGB
CMYK
RGB Variations
Color information
#151FFC (or 0x151FFC) is known color: Blue. HEX triplet: 15, 1F and FC. RGB value is (21,31,252). Sum of RGB (Red+Green+Blue) = 21+31+252=304 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.91% from 304); Green value is 31 (12.5% from 255 or 10.20% from 304); Blue value is 252 (98.83% from 255 or 82.89% from 304); Max value from RGB is 252 - color contains mainly: blue. Hex color #151FFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #151FFC is #EAE003. Grayscale: #343434. Windows color (decimal): -15392772 or 16523029. OLE color: 16523029.
HSL color Cylindrical-coordinate representation of color #151FFC: hue angle of 237.4º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #151FFC is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 31 | 252 | - |
| CMYK | 0.92 | 0.88 | 0 | 0.01 |
| HSL | 237.4º | 0.97% | 0.54% | - |
| HSV(B) | 237.4º | 0.92% | 0.99% | - |
| XYZ | 18.37 | 8.17 | 92.7 | - |
| YUV | 53.2 | 240.19 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 31 | 252 | 0.92 | 0.88 | 0 | 0.01 | 237.4 | 0.97 | 0.54 |
| Hex | 15 | 1F | FC | 5C | 58 | 0 | 1 | ED | 61 | 36 |
| Octal | 25 | 37 | 374 | 134 | 130 | 0 | 1 | 355 | 141 | 66 |
| Binary | 10101 | 11111 | 11111100 | 1011100 | 1011000 | 0 | 1 | 11101101 | 1100001 | 110110 |
Color Harmonies of #151FFC
Complementary color
Monochromatic Colors of #151FFC
Black with #151FFC
Text Example
Text Example
White with #151FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151FFC; }
p { color: rgb(21,31,252); }
H1.HeaderClassName
{
color: #151FFC;
}
.AnyTagClassName
{
color: #151FFC;
}
</style>
background-color css
<style>
a { background-color: #151FFC; }
a { background-color: rgb(21,31,252); }
div.DivClassName
{
background-color: #151FFC;
}
.BgClassName
{
background-color: #151FFC;
}
</style>
border-color css
<style>
span { border-color: #151FFC; }
span { border-color: rgb(21,31,252); }
td.TdClassName
{
border-color: #151FFC;
}
.TagClassName
{
border-color: #151FFC;
}
</style>