Shades of Blue #151CF0
Tints of Blue #151CF0
RGB
CMYK
RGB Variations
Color information
#151CF0 (or 0x151CF0) is known color: Blue. HEX triplet: 15, 1C and F0. RGB value is (21,28,240). Sum of RGB (Red+Green+Blue) = 21+28+240=289 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.27% from 289); Green value is 28 (11.33% from 255 or 9.69% from 289); Blue value is 240 (94.14% from 255 or 83.04% from 289); Max value from RGB is 240 - color contains mainly: blue. Hex color #151CF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #151CF0 is #EAE30F. Grayscale: #313131. Windows color (decimal): -15393552 or 15735829. OLE color: 15735829.
HSL color Cylindrical-coordinate representation of color #151CF0: hue angle of 238.08º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #151CF0 is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 21 | 28 | 240 | - |
| CMYK | 0.91 | 0.88 | 0 | 0.06 |
| HSL | 238.08º | 0.88% | 0.51% | - |
| HSV(B) | 238.08º | 0.91% | 0.94% | - |
| XYZ | 16.45 | 7.28 | 82.98 | - |
| YUV | 50.08 | 235.18 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 28 | 240 | 0.91 | 0.88 | 0 | 0.06 | 238.08 | 0.88 | 0.51 |
| Hex | 15 | 1C | F0 | 5B | 58 | 0 | 6 | EE | 58 | 33 |
| Octal | 25 | 34 | 360 | 133 | 130 | 0 | 6 | 356 | 130 | 63 |
| Binary | 10101 | 11100 | 11110000 | 1011011 | 1011000 | 0 | 110 | 11101110 | 1011000 | 110011 |
Color Harmonies of #151CF0
Complementary color
Monochromatic Colors of #151CF0
Black with #151CF0
Text Example
Text Example
White with #151CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151CF0; }
p { color: rgb(21,28,240); }
H1.HeaderClassName
{
color: #151CF0;
}
.AnyTagClassName
{
color: #151CF0;
}
</style>
background-color css
<style>
a { background-color: #151CF0; }
a { background-color: rgb(21,28,240); }
div.DivClassName
{
background-color: #151CF0;
}
.BgClassName
{
background-color: #151CF0;
}
</style>
border-color css
<style>
span { border-color: #151CF0; }
span { border-color: rgb(21,28,240); }
td.TdClassName
{
border-color: #151CF0;
}
.TagClassName
{
border-color: #151CF0;
}
</style>