Shades of Blue #151AEF
Tints of Blue #151AEF
RGB
CMYK
RGB Variations
Color information
#151AEF (or 0x151AEF) is known color: Blue. HEX triplet: 15, 1A and EF. RGB value is (21,26,239). Sum of RGB (Red+Green+Blue) = 21+26+239=286 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.34% from 286); Green value is 26 (10.55% from 255 or 9.09% from 286); Blue value is 239 (93.75% from 255 or 83.57% from 286); Max value from RGB is 239 - color contains mainly: blue. Hex color #151AEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #151AEF is #EAE510. Grayscale: #2F2F2F. Windows color (decimal): -15394065 or 15669781. OLE color: 15669781.
HSL color Cylindrical-coordinate representation of color #151AEF: hue angle of 238.62º degrees, saturation: 0.87, 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 #151AEF is Cyan = 0.91, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 21 | 26 | 239 | - |
| CMYK | 0.91 | 0.89 | 0 | 0.06 |
| HSL | 238.62º | 0.87% | 0.51% | - |
| HSV(B) | 238.62º | 0.91% | 0.94% | - |
| XYZ | 16.26 | 7.13 | 82.18 | - |
| YUV | 48.79 | 235.34 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 26 | 239 | 0.91 | 0.89 | 0 | 0.06 | 238.62 | 0.87 | 0.51 |
| Hex | 15 | 1A | EF | 5B | 59 | 0 | 6 | EF | 57 | 33 |
| Octal | 25 | 32 | 357 | 133 | 131 | 0 | 6 | 357 | 127 | 63 |
| Binary | 10101 | 11010 | 11101111 | 1011011 | 1011001 | 0 | 110 | 11101111 | 1010111 | 110011 |
Color Harmonies of #151AEF
Complementary color
Monochromatic Colors of #151AEF
Black with #151AEF
Text Example
Text Example
White with #151AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151AEF; }
p { color: rgb(21,26,239); }
H1.HeaderClassName
{
color: #151AEF;
}
.AnyTagClassName
{
color: #151AEF;
}
</style>
background-color css
<style>
a { background-color: #151AEF; }
a { background-color: rgb(21,26,239); }
div.DivClassName
{
background-color: #151AEF;
}
.BgClassName
{
background-color: #151AEF;
}
</style>
border-color css
<style>
span { border-color: #151AEF; }
span { border-color: rgb(21,26,239); }
td.TdClassName
{
border-color: #151AEF;
}
.TagClassName
{
border-color: #151AEF;
}
</style>