Shades of Blue #151EF4
Tints of Blue #151EF4
RGB
CMYK
RGB Variations
Color information
#151EF4 (or 0x151EF4) is known color: Blue. HEX triplet: 15, 1E and F4. RGB value is (21,30,244). Sum of RGB (Red+Green+Blue) = 21+30+244=295 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.12% from 295); Green value is 30 (12.11% from 255 or 10.17% from 295); Blue value is 244 (95.70% from 255 or 82.71% from 295); Max value from RGB is 244 - color contains mainly: blue. Hex color #151EF4 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #151EF4 is #EAE10B. Grayscale: #323232. Windows color (decimal): -15393036 or 15998485. OLE color: 15998485.
HSL color Cylindrical-coordinate representation of color #151EF4: hue angle of 237.58º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #151EF4 is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 21 | 30 | 244 | - |
| CMYK | 0.91 | 0.88 | 0 | 0.04 |
| HSL | 237.58º | 0.91% | 0.52% | - |
| HSV(B) | 237.58º | 0.91% | 0.96% | - |
| XYZ | 17.1 | 7.62 | 86.16 | - |
| YUV | 51.71 | 236.52 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 30 | 244 | 0.91 | 0.88 | 0 | 0.04 | 237.58 | 0.91 | 0.52 |
| Hex | 15 | 1E | F4 | 5B | 58 | 0 | 4 | EE | 5B | 34 |
| Octal | 25 | 36 | 364 | 133 | 130 | 0 | 4 | 356 | 133 | 64 |
| Binary | 10101 | 11110 | 11110100 | 1011011 | 1011000 | 0 | 100 | 11101110 | 1011011 | 110100 |
Color Harmonies of #151EF4
Complementary color
Monochromatic Colors of #151EF4
Black with #151EF4
Text Example
Text Example
White with #151EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151EF4; }
p { color: rgb(21,30,244); }
H1.HeaderClassName
{
color: #151EF4;
}
.AnyTagClassName
{
color: #151EF4;
}
</style>
background-color css
<style>
a { background-color: #151EF4; }
a { background-color: rgb(21,30,244); }
div.DivClassName
{
background-color: #151EF4;
}
.BgClassName
{
background-color: #151EF4;
}
</style>
border-color css
<style>
span { border-color: #151EF4; }
span { border-color: rgb(21,30,244); }
td.TdClassName
{
border-color: #151EF4;
}
.TagClassName
{
border-color: #151EF4;
}
</style>