Shades of Blue #151BFF
Tints of Blue #151BFF
RGB
CMYK
RGB Variations
Color information
#151BFF (or 0x151BFF) is known color: Blue. HEX triplet: 15, 1B and FF. RGB value is (21,27,255). Sum of RGB (Red+Green+Blue) = 21+27+255=303 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.93% from 303); Green value is 27 (10.94% from 255 or 8.91% from 303); Blue value is 255 (100% from 255 or 84.16% from 303); Max value from RGB is 255 - color contains mainly: blue. Hex color #151BFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #151BFF is #EAE400. Grayscale: #323232. Windows color (decimal): -15393793 or 16718613. OLE color: 16718613.
HSL color Cylindrical-coordinate representation of color #151BFF: hue angle of 238.46º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #151BFF is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 27 | 255 | - |
| CMYK | 0.92 | 0.89 | 0 | 0 |
| HSL | 238.46º | 1% | 0.54% | - |
| HSV(B) | 238.46º | 0.92% | 1% | - |
| XYZ | 18.75 | 8.16 | 95.2 | - |
| YUV | 51.2 | 243.01 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 27 | 255 | 0.92 | 0.89 | 0 | 0 | 238.46 | 1 | 0.54 |
| Hex | 15 | 1B | FF | 5C | 59 | 0 | 0 | EE | 64 | 36 |
| Octal | 25 | 33 | 377 | 134 | 131 | 0 | 0 | 356 | 144 | 66 |
| Binary | 10101 | 11011 | 11111111 | 1011100 | 1011001 | 0 | 0 | 11101110 | 1100100 | 110110 |
Color Harmonies of #151BFF
Complementary color
Monochromatic Colors of #151BFF
Black with #151BFF
Text Example
Text Example
White with #151BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151BFF; }
p { color: rgb(21,27,255); }
H1.HeaderClassName
{
color: #151BFF;
}
.AnyTagClassName
{
color: #151BFF;
}
</style>
background-color css
<style>
a { background-color: #151BFF; }
a { background-color: rgb(21,27,255); }
div.DivClassName
{
background-color: #151BFF;
}
.BgClassName
{
background-color: #151BFF;
}
</style>
border-color css
<style>
span { border-color: #151BFF; }
span { border-color: rgb(21,27,255); }
td.TdClassName
{
border-color: #151BFF;
}
.TagClassName
{
border-color: #151BFF;
}
</style>