Shades of Blue #1418FC
Tints of Blue #1418FC
RGB
CMYK
RGB Variations
Color information
#1418FC (or 0x1418FC) is known color: Blue. HEX triplet: 14, 18 and FC. RGB value is (20,24,252). Sum of RGB (Red+Green+Blue) = 20+24+252=296 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.76% from 296); Green value is 24 (9.77% from 255 or 8.11% from 296); Blue value is 252 (98.83% from 255 or 85.14% from 296); Max value from RGB is 252 - color contains mainly: blue. Hex color #1418FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1418FC is #EBE703. Grayscale: #2F2F2F. Windows color (decimal): -15460100 or 16521236. OLE color: 16521236.
HSL color Cylindrical-coordinate representation of color #1418FC: hue angle of 238.97º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1418FC is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 24 | 252 | - |
| CMYK | 0.92 | 0.90 | 0 | 0.01 |
| HSL | 238.97º | 0.97% | 0.53% | - |
| HSV(B) | 238.97º | 0.92% | 0.99% | - |
| XYZ | 18.19 | 7.83 | 92.65 | - |
| YUV | 48.8 | 242.67 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 24 | 252 | 0.92 | 0.90 | 0 | 0.01 | 238.97 | 0.97 | 0.53 |
| Hex | 14 | 18 | FC | 5C | 5A | 0 | 1 | EF | 61 | 35 |
| Octal | 24 | 30 | 374 | 134 | 132 | 0 | 1 | 357 | 141 | 65 |
| Binary | 10100 | 11000 | 11111100 | 1011100 | 1011010 | 0 | 1 | 11101111 | 1100001 | 110101 |
Color Harmonies of #1418FC
Complementary color
Monochromatic Colors of #1418FC
Black with #1418FC
Text Example
Text Example
White with #1418FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1418FC; }
p { color: rgb(20,24,252); }
H1.HeaderClassName
{
color: #1418FC;
}
.AnyTagClassName
{
color: #1418FC;
}
</style>
background-color css
<style>
a { background-color: #1418FC; }
a { background-color: rgb(20,24,252); }
div.DivClassName
{
background-color: #1418FC;
}
.BgClassName
{
background-color: #1418FC;
}
</style>
border-color css
<style>
span { border-color: #1418FC; }
span { border-color: rgb(20,24,252); }
td.TdClassName
{
border-color: #1418FC;
}
.TagClassName
{
border-color: #1418FC;
}
</style>