Shades of Blue #1417FE
Tints of Blue #1417FE
RGB
CMYK
RGB Variations
Color information
#1417FE (or 0x1417FE) is known color: Blue. HEX triplet: 14, 17 and FE. RGB value is (20,23,254). Sum of RGB (Red+Green+Blue) = 20+23+254=297 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.73% from 297); Green value is 23 (9.38% from 255 or 7.74% from 297); Blue value is 254 (99.61% from 255 or 85.52% from 297); Max value from RGB is 254 - color contains mainly: blue. Hex color #1417FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1417FE is #EBE801. Grayscale: #2F2F2F. Windows color (decimal): -15460354 or 16652052. OLE color: 16652052.
HSL color Cylindrical-coordinate representation of color #1417FE: hue angle of 239.23º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1417FE is Cyan = 0.92, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 23 | 254 | - |
| CMYK | 0.92 | 0.91 | 0 | 0.00 |
| HSL | 239.23º | 0.99% | 0.54% | - |
| HSV(B) | 239.23º | 0.92% | 1% | - |
| XYZ | 18.48 | 7.92 | 94.32 | - |
| YUV | 48.44 | 244.01 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 23 | 254 | 0.92 | 0.91 | 0 | 0.00 | 239.23 | 0.99 | 0.54 |
| Hex | 14 | 17 | FE | 5C | 5B | 0 | 0 | EF | 63 | 36 |
| Octal | 24 | 27 | 376 | 134 | 133 | 0 | 0 | 357 | 143 | 66 |
| Binary | 10100 | 10111 | 11111110 | 1011100 | 1011011 | 0 | 0 | 11101111 | 1100011 | 110110 |
Color Harmonies of #1417FE
Complementary color
Monochromatic Colors of #1417FE
Black with #1417FE
Text Example
Text Example
White with #1417FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1417FE; }
p { color: rgb(20,23,254); }
H1.HeaderClassName
{
color: #1417FE;
}
.AnyTagClassName
{
color: #1417FE;
}
</style>
background-color css
<style>
a { background-color: #1417FE; }
a { background-color: rgb(20,23,254); }
div.DivClassName
{
background-color: #1417FE;
}
.BgClassName
{
background-color: #1417FE;
}
</style>
border-color css
<style>
span { border-color: #1417FE; }
span { border-color: rgb(20,23,254); }
td.TdClassName
{
border-color: #1417FE;
}
.TagClassName
{
border-color: #1417FE;
}
</style>