Shades of Blue #1712F7
Tints of Blue #1712F7
RGB
CMYK
RGB Variations
Color information
#1712F7 (or 0x1712F7) is known color: Blue. HEX triplet: 17, 12 and F7. RGB value is (23,18,247). Sum of RGB (Red+Green+Blue) = 23+18+247=288 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.99% from 288); Green value is 18 (7.42% from 255 or 6.25% from 288); Blue value is 247 (96.88% from 255 or 85.76% from 288); Max value from RGB is 247 - color contains mainly: blue. Hex color #1712F7 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1712F7 is #E8ED08. Grayscale: #2C2C2C. Windows color (decimal): -15265033 or 16192023. OLE color: 16192023.
HSL color Cylindrical-coordinate representation of color #1712F7: hue angle of 241.31º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1712F7 is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 23 | 18 | 247 | - |
| CMYK | 0.91 | 0.93 | 0 | 0.03 |
| HSL | 241.31º | 0.93% | 0.52% | - |
| HSV(B) | 241.31º | 0.93% | 0.97% | - |
| XYZ | 17.36 | 7.33 | 88.5 | - |
| YUV | 45.6 | 241.66 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 18 | 247 | 0.91 | 0.93 | 0 | 0.03 | 241.31 | 0.93 | 0.52 |
| Hex | 17 | 12 | F7 | 5B | 5D | 0 | 3 | F1 | 5D | 34 |
| Octal | 27 | 22 | 367 | 133 | 135 | 0 | 3 | 361 | 135 | 64 |
| Binary | 10111 | 10010 | 11110111 | 1011011 | 1011101 | 0 | 11 | 11110001 | 1011101 | 110100 |
Color Harmonies of #1712F7
Complementary color
Monochromatic Colors of #1712F7
Black with #1712F7
Text Example
Text Example
White with #1712F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1712F7; }
p { color: rgb(23,18,247); }
H1.HeaderClassName
{
color: #1712F7;
}
.AnyTagClassName
{
color: #1712F7;
}
</style>
background-color css
<style>
a { background-color: #1712F7; }
a { background-color: rgb(23,18,247); }
div.DivClassName
{
background-color: #1712F7;
}
.BgClassName
{
background-color: #1712F7;
}
</style>
border-color css
<style>
span { border-color: #1712F7; }
span { border-color: rgb(23,18,247); }
td.TdClassName
{
border-color: #1712F7;
}
.TagClassName
{
border-color: #1712F7;
}
</style>