Shades of Blue #1518F4
Tints of Blue #1518F4
RGB
CMYK
RGB Variations
Color information
#1518F4 (or 0x1518F4) is known color: Blue. HEX triplet: 15, 18 and F4. RGB value is (21,24,244). Sum of RGB (Red+Green+Blue) = 21+24+244=289 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.27% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 244 (95.70% from 255 or 84.43% from 289); Max value from RGB is 244 - color contains mainly: blue. Hex color #1518F4 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1518F4 is #EAE70B. Grayscale: #2F2F2F. Windows color (decimal): -15394572 or 15996949. OLE color: 15996949.
HSL color Cylindrical-coordinate representation of color #1518F4: hue angle of 239.19º 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 #1518F4 is Cyan = 0.91, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 21 | 24 | 244 | - |
| CMYK | 0.91 | 0.90 | 0 | 0.04 |
| HSL | 239.19º | 0.91% | 0.52% | - |
| HSV(B) | 239.19º | 0.91% | 0.96% | - |
| XYZ | 16.97 | 7.34 | 86.11 | - |
| YUV | 48.18 | 238.51 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 24 | 244 | 0.91 | 0.90 | 0 | 0.04 | 239.19 | 0.91 | 0.52 |
| Hex | 15 | 18 | F4 | 5B | 5A | 0 | 4 | EF | 5B | 34 |
| Octal | 25 | 30 | 364 | 133 | 132 | 0 | 4 | 357 | 133 | 64 |
| Binary | 10101 | 11000 | 11110100 | 1011011 | 1011010 | 0 | 100 | 11101111 | 1011011 | 110100 |
Color Harmonies of #1518F4
Complementary color
Monochromatic Colors of #1518F4
Black with #1518F4
Text Example
Text Example
White with #1518F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1518F4; }
p { color: rgb(21,24,244); }
H1.HeaderClassName
{
color: #1518F4;
}
.AnyTagClassName
{
color: #1518F4;
}
</style>
background-color css
<style>
a { background-color: #1518F4; }
a { background-color: rgb(21,24,244); }
div.DivClassName
{
background-color: #1518F4;
}
.BgClassName
{
background-color: #1518F4;
}
</style>
border-color css
<style>
span { border-color: #1518F4; }
span { border-color: rgb(21,24,244); }
td.TdClassName
{
border-color: #1518F4;
}
.TagClassName
{
border-color: #1518F4;
}
</style>