Shades of Blue #151EFA
Tints of Blue #151EFA
RGB
CMYK
RGB Variations
Color information
#151EFA (or 0x151EFA) is known color: Blue. HEX triplet: 15, 1E and FA. RGB value is (21,30,250). Sum of RGB (Red+Green+Blue) = 21+30+250=301 (39% of max value = 765). Red value is 21 (8.59% from 255 or 6.98% from 301); Green value is 30 (12.11% from 255 or 9.97% from 301); Blue value is 250 (98.05% from 255 or 83.06% from 301); Max value from RGB is 250 - color contains mainly: blue. Hex color #151EFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #151EFA is #EAE105. Grayscale: #333333. Windows color (decimal): -15393030 or 16391701. OLE color: 16391701.
HSL color Cylindrical-coordinate representation of color #151EFA: hue angle of 237.64º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #151EFA is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 30 | 250 | - |
| CMYK | 0.92 | 0.88 | 0 | 0.02 |
| HSL | 237.64º | 0.96% | 0.53% | - |
| HSV(B) | 237.64º | 0.92% | 0.98% | - |
| XYZ | 18.03 | 7.99 | 91.03 | - |
| YUV | 52.39 | 239.52 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 30 | 250 | 0.92 | 0.88 | 0 | 0.02 | 237.64 | 0.96 | 0.53 |
| Hex | 15 | 1E | FA | 5C | 58 | 0 | 2 | EE | 60 | 35 |
| Octal | 25 | 36 | 372 | 134 | 130 | 0 | 2 | 356 | 140 | 65 |
| Binary | 10101 | 11110 | 11111010 | 1011100 | 1011000 | 0 | 10 | 11101110 | 1100000 | 110101 |
Color Harmonies of #151EFA
Complementary color
Monochromatic Colors of #151EFA
Black with #151EFA
Text Example
Text Example
White with #151EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151EFA; }
p { color: rgb(21,30,250); }
H1.HeaderClassName
{
color: #151EFA;
}
.AnyTagClassName
{
color: #151EFA;
}
</style>
background-color css
<style>
a { background-color: #151EFA; }
a { background-color: rgb(21,30,250); }
div.DivClassName
{
background-color: #151EFA;
}
.BgClassName
{
background-color: #151EFA;
}
</style>
border-color css
<style>
span { border-color: #151EFA; }
span { border-color: rgb(21,30,250); }
td.TdClassName
{
border-color: #151EFA;
}
.TagClassName
{
border-color: #151EFA;
}
</style>