Shades of Blue #1416FD
Tints of Blue #1416FD
RGB
CMYK
RGB Variations
Color information
#1416FD (or 0x1416FD) is known color: Blue. HEX triplet: 14, 16 and FD. RGB value is (20,22,253). Sum of RGB (Red+Green+Blue) = 20+22+253=295 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.78% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 253 (99.22% from 255 or 85.76% from 295); Max value from RGB is 253 - color contains mainly: blue. Hex color #1416FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1416FD is #EBE902. Grayscale: #2E2E2E. Windows color (decimal): -15460611 or 16586260. OLE color: 16586260.
HSL color Cylindrical-coordinate representation of color #1416FD: hue angle of 239.48º degrees, saturation: 0.98, 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 #1416FD is Cyan = 0.92, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 22 | 253 | - |
| CMYK | 0.92 | 0.91 | 0 | 0.01 |
| HSL | 239.49º | 0.98% | 0.54% | - |
| HSV(B) | 239.49º | 0.92% | 0.99% | - |
| XYZ | 18.31 | 7.81 | 93.47 | - |
| YUV | 47.74 | 243.84 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 22 | 253 | 0.92 | 0.91 | 0 | 0.01 | 239.49 | 0.98 | 0.54 |
| Hex | 14 | 16 | FD | 5C | 5B | 0 | 1 | EF | 62 | 36 |
| Octal | 24 | 26 | 375 | 134 | 133 | 0 | 1 | 357 | 142 | 66 |
| Binary | 10100 | 10110 | 11111101 | 1011100 | 1011011 | 0 | 1 | 11101111 | 1100010 | 110110 |
Color Harmonies of #1416FD
Complementary color
Monochromatic Colors of #1416FD
Black with #1416FD
Text Example
Text Example
White with #1416FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1416FD; }
p { color: rgb(20,22,253); }
H1.HeaderClassName
{
color: #1416FD;
}
.AnyTagClassName
{
color: #1416FD;
}
</style>
background-color css
<style>
a { background-color: #1416FD; }
a { background-color: rgb(20,22,253); }
div.DivClassName
{
background-color: #1416FD;
}
.BgClassName
{
background-color: #1416FD;
}
</style>
border-color css
<style>
span { border-color: #1416FD; }
span { border-color: rgb(20,22,253); }
td.TdClassName
{
border-color: #1416FD;
}
.TagClassName
{
border-color: #1416FD;
}
</style>