Shades of Blue #1417FC
Tints of Blue #1417FC
RGB
CMYK
RGB Variations
Color information
#1417FC (or 0x1417FC) is known color: Blue. HEX triplet: 14, 17 and FC. RGB value is (20,23,252). Sum of RGB (Red+Green+Blue) = 20+23+252=295 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.78% from 295); Green value is 23 (9.38% from 255 or 7.80% from 295); Blue value is 252 (98.83% from 255 or 85.42% from 295); Max value from RGB is 252 - color contains mainly: blue. Hex color #1417FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1417FC is #EBE803. Grayscale: #2F2F2F. Windows color (decimal): -15460356 or 16520980. OLE color: 16520980.
HSL color Cylindrical-coordinate representation of color #1417FC: hue angle of 239.22º 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 #1417FC is Cyan = 0.92, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 23 | 252 | - |
| CMYK | 0.92 | 0.91 | 0 | 0.01 |
| HSL | 239.22º | 0.97% | 0.53% | - |
| HSV(B) | 239.22º | 0.92% | 0.99% | - |
| XYZ | 18.17 | 7.79 | 92.64 | - |
| YUV | 48.21 | 243.01 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 23 | 252 | 0.92 | 0.91 | 0 | 0.01 | 239.22 | 0.97 | 0.53 |
| Hex | 14 | 17 | FC | 5C | 5B | 0 | 1 | EF | 61 | 35 |
| Octal | 24 | 27 | 374 | 134 | 133 | 0 | 1 | 357 | 141 | 65 |
| Binary | 10100 | 10111 | 11111100 | 1011100 | 1011011 | 0 | 1 | 11101111 | 1100001 | 110101 |
Color Harmonies of #1417FC
Complementary color
Monochromatic Colors of #1417FC
Black with #1417FC
Text Example
Text Example
White with #1417FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1417FC; }
p { color: rgb(20,23,252); }
H1.HeaderClassName
{
color: #1417FC;
}
.AnyTagClassName
{
color: #1417FC;
}
</style>
background-color css
<style>
a { background-color: #1417FC; }
a { background-color: rgb(20,23,252); }
div.DivClassName
{
background-color: #1417FC;
}
.BgClassName
{
background-color: #1417FC;
}
</style>
border-color css
<style>
span { border-color: #1417FC; }
span { border-color: rgb(20,23,252); }
td.TdClassName
{
border-color: #1417FC;
}
.TagClassName
{
border-color: #1417FC;
}
</style>