Shades of Blue #1418FB
Tints of Blue #1418FB
RGB
CMYK
RGB Variations
Color information
#1418FB (or 0x1418FB) is known color: Blue. HEX triplet: 14, 18 and FB. RGB value is (20,24,251). Sum of RGB (Red+Green+Blue) = 20+24+251=295 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.78% from 295); Green value is 24 (9.77% from 255 or 8.14% from 295); Blue value is 251 (98.44% from 255 or 85.08% from 295); Max value from RGB is 251 - color contains mainly: blue. Hex color #1418FB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1418FB is #EBE704. Grayscale: #2F2F2F. Windows color (decimal): -15460101 or 16455700. OLE color: 16455700.
HSL color Cylindrical-coordinate representation of color #1418FB: hue angle of 238.96º degrees, saturation: 0.97, 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 #1418FB is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 24 | 251 | - |
| CMYK | 0.92 | 0.90 | 0 | 0.02 |
| HSL | 238.96º | 0.97% | 0.53% | - |
| HSV(B) | 238.96º | 0.92% | 0.98% | - |
| XYZ | 18.03 | 7.77 | 91.82 | - |
| YUV | 48.68 | 242.17 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 24 | 251 | 0.92 | 0.90 | 0 | 0.02 | 238.96 | 0.97 | 0.53 |
| Hex | 14 | 18 | FB | 5C | 5A | 0 | 2 | EF | 61 | 35 |
| Octal | 24 | 30 | 373 | 134 | 132 | 0 | 2 | 357 | 141 | 65 |
| Binary | 10100 | 11000 | 11111011 | 1011100 | 1011010 | 0 | 10 | 11101111 | 1100001 | 110101 |
Color Harmonies of #1418FB
Complementary color
Monochromatic Colors of #1418FB
Black with #1418FB
Text Example
Text Example
White with #1418FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1418FB; }
p { color: rgb(20,24,251); }
H1.HeaderClassName
{
color: #1418FB;
}
.AnyTagClassName
{
color: #1418FB;
}
</style>
background-color css
<style>
a { background-color: #1418FB; }
a { background-color: rgb(20,24,251); }
div.DivClassName
{
background-color: #1418FB;
}
.BgClassName
{
background-color: #1418FB;
}
</style>
border-color css
<style>
span { border-color: #1418FB; }
span { border-color: rgb(20,24,251); }
td.TdClassName
{
border-color: #1418FB;
}
.TagClassName
{
border-color: #1418FB;
}
</style>