Shades of Blue #1715FC
Tints of Blue #1715FC
RGB
CMYK
RGB Variations
Color information
#1715FC (or 0x1715FC) is known color: Blue. HEX triplet: 17, 15 and FC. RGB value is (23,21,252). Sum of RGB (Red+Green+Blue) = 23+21+252=296 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.77% from 296); Green value is 21 (8.59% from 255 or 7.09% from 296); Blue value is 252 (98.83% from 255 or 85.14% from 296); Max value from RGB is 252 - color contains mainly: blue. Hex color #1715FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1715FC is #E8EA03. Grayscale: #2F2F2F. Windows color (decimal): -15264260 or 16520471. OLE color: 16520471.
HSL color Cylindrical-coordinate representation of color #1715FC: hue angle of 240.52º degrees, saturation: 0.97, 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 #1715FC is Cyan = 0.91, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 23 | 21 | 252 | - |
| CMYK | 0.91 | 0.92 | 0 | 0.01 |
| HSL | 240.52º | 0.97% | 0.54% | - |
| HSV(B) | 240.52º | 0.92% | 0.99% | - |
| XYZ | 18.19 | 7.75 | 92.63 | - |
| YUV | 47.93 | 243.16 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 21 | 252 | 0.91 | 0.92 | 0 | 0.01 | 240.52 | 0.97 | 0.54 |
| Hex | 17 | 15 | FC | 5B | 5C | 0 | 1 | F1 | 61 | 36 |
| Octal | 27 | 25 | 374 | 133 | 134 | 0 | 1 | 361 | 141 | 66 |
| Binary | 10111 | 10101 | 11111100 | 1011011 | 1011100 | 0 | 1 | 11110001 | 1100001 | 110110 |
Color Harmonies of #1715FC
Complementary color
Monochromatic Colors of #1715FC
Black with #1715FC
Text Example
Text Example
White with #1715FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1715FC; }
p { color: rgb(23,21,252); }
H1.HeaderClassName
{
color: #1715FC;
}
.AnyTagClassName
{
color: #1715FC;
}
</style>
background-color css
<style>
a { background-color: #1715FC; }
a { background-color: rgb(23,21,252); }
div.DivClassName
{
background-color: #1715FC;
}
.BgClassName
{
background-color: #1715FC;
}
</style>
border-color css
<style>
span { border-color: #1715FC; }
span { border-color: rgb(23,21,252); }
td.TdClassName
{
border-color: #1715FC;
}
.TagClassName
{
border-color: #1715FC;
}
</style>