Shades of Blue #1518FC
Tints of Blue #1518FC
RGB
CMYK
RGB Variations
Color information
#1518FC (or 0x1518FC) is known color: Blue. HEX triplet: 15, 18 and FC. RGB value is (21,24,252). Sum of RGB (Red+Green+Blue) = 21+24+252=297 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.07% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 252 (98.83% from 255 or 84.85% from 297); Max value from RGB is 252 - color contains mainly: blue. Hex color #1518FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1518FC is #EAE703. Grayscale: #303030. Windows color (decimal): -15394564 or 16521237. OLE color: 16521237.
HSL color Cylindrical-coordinate representation of color #1518FC: hue angle of 239.22º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1518FC is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 24 | 252 | - |
| CMYK | 0.92 | 0.90 | 0 | 0.01 |
| HSL | 239.22º | 0.97% | 0.54% | - |
| HSV(B) | 239.22º | 0.92% | 0.99% | - |
| XYZ | 18.21 | 7.84 | 92.65 | - |
| YUV | 49.1 | 242.51 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 24 | 252 | 0.92 | 0.90 | 0 | 0.01 | 239.22 | 0.97 | 0.54 |
| Hex | 15 | 18 | FC | 5C | 5A | 0 | 1 | EF | 61 | 36 |
| Octal | 25 | 30 | 374 | 134 | 132 | 0 | 1 | 357 | 141 | 66 |
| Binary | 10101 | 11000 | 11111100 | 1011100 | 1011010 | 0 | 1 | 11101111 | 1100001 | 110110 |
Color Harmonies of #1518FC
Complementary color
Monochromatic Colors of #1518FC
Black with #1518FC
Text Example
Text Example
White with #1518FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1518FC; }
p { color: rgb(21,24,252); }
H1.HeaderClassName
{
color: #1518FC;
}
.AnyTagClassName
{
color: #1518FC;
}
</style>
background-color css
<style>
a { background-color: #1518FC; }
a { background-color: rgb(21,24,252); }
div.DivClassName
{
background-color: #1518FC;
}
.BgClassName
{
background-color: #1518FC;
}
</style>
border-color css
<style>
span { border-color: #1518FC; }
span { border-color: rgb(21,24,252); }
td.TdClassName
{
border-color: #1518FC;
}
.TagClassName
{
border-color: #1518FC;
}
</style>