Shades of Blue #1718FC
Tints of Blue #1718FC
RGB
CMYK
RGB Variations
Color information
#1718FC (or 0x1718FC) is known color: Blue. HEX triplet: 17, 18 and FC. RGB value is (23,24,252). Sum of RGB (Red+Green+Blue) = 23+24+252=299 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.69% from 299); Green value is 24 (9.77% from 255 or 8.03% from 299); Blue value is 252 (98.83% from 255 or 84.28% from 299); Max value from RGB is 252 - color contains mainly: blue. Hex color #1718FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1718FC is #E8E703. Grayscale: #303030. Windows color (decimal): -15263492 or 16521239. OLE color: 16521239.
HSL color Cylindrical-coordinate representation of color #1718FC: hue angle of 239.74º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1718FC is Cyan = 0.91, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 23 | 24 | 252 | - |
| CMYK | 0.91 | 0.90 | 0 | 0.01 |
| HSL | 239.74º | 0.97% | 0.54% | - |
| HSV(B) | 239.74º | 0.91% | 0.99% | - |
| XYZ | 18.25 | 7.86 | 92.65 | - |
| YUV | 49.69 | 242.17 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 24 | 252 | 0.91 | 0.90 | 0 | 0.01 | 239.74 | 0.97 | 0.54 |
| Hex | 17 | 18 | FC | 5B | 5A | 0 | 1 | F0 | 61 | 36 |
| Octal | 27 | 30 | 374 | 133 | 132 | 0 | 1 | 360 | 141 | 66 |
| Binary | 10111 | 11000 | 11111100 | 1011011 | 1011010 | 0 | 1 | 11110000 | 1100001 | 110110 |
Color Harmonies of #1718FC
Complementary color
Monochromatic Colors of #1718FC
Black with #1718FC
Text Example
Text Example
White with #1718FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1718FC; }
p { color: rgb(23,24,252); }
H1.HeaderClassName
{
color: #1718FC;
}
.AnyTagClassName
{
color: #1718FC;
}
</style>
background-color css
<style>
a { background-color: #1718FC; }
a { background-color: rgb(23,24,252); }
div.DivClassName
{
background-color: #1718FC;
}
.BgClassName
{
background-color: #1718FC;
}
</style>
border-color css
<style>
span { border-color: #1718FC; }
span { border-color: rgb(23,24,252); }
td.TdClassName
{
border-color: #1718FC;
}
.TagClassName
{
border-color: #1718FC;
}
</style>