Shades of Blue #151CFE
Tints of Blue #151CFE
RGB
CMYK
RGB Variations
Color information
#151CFE (or 0x151CFE) is known color: Blue. HEX triplet: 15, 1C and FE. RGB value is (21,28,254). Sum of RGB (Red+Green+Blue) = 21+28+254=303 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.93% from 303); Green value is 28 (11.33% from 255 or 9.24% from 303); Blue value is 254 (99.61% from 255 or 83.83% from 303); Max value from RGB is 254 - color contains mainly: blue. Hex color #151CFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #151CFE is #EAE301. Grayscale: #323232. Windows color (decimal): -15393538 or 16653333. OLE color: 16653333.
HSL color Cylindrical-coordinate representation of color #151CFE: hue angle of 238.2º 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 #151CFE is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 21 | 28 | 254 | - |
| CMYK | 0.92 | 0.89 | 0 | 0.00 |
| HSL | 238.2º | 0.99% | 0.54% | - |
| HSV(B) | 238.2º | 0.92% | 1% | - |
| XYZ | 18.61 | 8.15 | 94.36 | - |
| YUV | 51.67 | 242.18 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 28 | 254 | 0.92 | 0.89 | 0 | 0.00 | 238.2 | 0.99 | 0.54 |
| Hex | 15 | 1C | FE | 5C | 59 | 0 | 0 | EE | 63 | 36 |
| Octal | 25 | 34 | 376 | 134 | 131 | 0 | 0 | 356 | 143 | 66 |
| Binary | 10101 | 11100 | 11111110 | 1011100 | 1011001 | 0 | 0 | 11101110 | 1100011 | 110110 |
Color Harmonies of #151CFE
Complementary color
Monochromatic Colors of #151CFE
Black with #151CFE
Text Example
Text Example
White with #151CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151CFE; }
p { color: rgb(21,28,254); }
H1.HeaderClassName
{
color: #151CFE;
}
.AnyTagClassName
{
color: #151CFE;
}
</style>
background-color css
<style>
a { background-color: #151CFE; }
a { background-color: rgb(21,28,254); }
div.DivClassName
{
background-color: #151CFE;
}
.BgClassName
{
background-color: #151CFE;
}
</style>
border-color css
<style>
span { border-color: #151CFE; }
span { border-color: rgb(21,28,254); }
td.TdClassName
{
border-color: #151CFE;
}
.TagClassName
{
border-color: #151CFE;
}
</style>