Shades of Blue #151BFE
Tints of Blue #151BFE
RGB
CMYK
RGB Variations
Color information
#151BFE (or 0x151BFE) is known color: Blue. HEX triplet: 15, 1B and FE. RGB value is (21,27,254). Sum of RGB (Red+Green+Blue) = 21+27+254=302 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.95% from 302); Green value is 27 (10.94% from 255 or 8.94% from 302); Blue value is 254 (99.61% from 255 or 84.11% from 302); Max value from RGB is 254 - color contains mainly: blue. Hex color #151BFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #151BFE is #EAE401. Grayscale: #323232. Windows color (decimal): -15393794 or 16653077. OLE color: 16653077.
HSL color Cylindrical-coordinate representation of color #151BFE: hue angle of 238.45º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #151BFE is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 21 | 27 | 254 | - |
| CMYK | 0.92 | 0.89 | 0 | 0.00 |
| HSL | 238.45º | 0.99% | 0.54% | - |
| HSV(B) | 238.45º | 0.92% | 1% | - |
| XYZ | 18.59 | 8.1 | 94.35 | - |
| YUV | 51.08 | 242.51 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 27 | 254 | 0.92 | 0.89 | 0 | 0.00 | 238.45 | 0.99 | 0.54 |
| Hex | 15 | 1B | FE | 5C | 59 | 0 | 0 | EE | 63 | 36 |
| Octal | 25 | 33 | 376 | 134 | 131 | 0 | 0 | 356 | 143 | 66 |
| Binary | 10101 | 11011 | 11111110 | 1011100 | 1011001 | 0 | 0 | 11101110 | 1100011 | 110110 |
Color Harmonies of #151BFE
Complementary color
Monochromatic Colors of #151BFE
Black with #151BFE
Text Example
Text Example
White with #151BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151BFE; }
p { color: rgb(21,27,254); }
H1.HeaderClassName
{
color: #151BFE;
}
.AnyTagClassName
{
color: #151BFE;
}
</style>
background-color css
<style>
a { background-color: #151BFE; }
a { background-color: rgb(21,27,254); }
div.DivClassName
{
background-color: #151BFE;
}
.BgClassName
{
background-color: #151BFE;
}
</style>
border-color css
<style>
span { border-color: #151BFE; }
span { border-color: rgb(21,27,254); }
td.TdClassName
{
border-color: #151BFE;
}
.TagClassName
{
border-color: #151BFE;
}
</style>