Shades of Blue #1706F5
Tints of Blue #1706F5
RGB
CMYK
RGB Variations
Color information
#1706F5 (or 0x1706F5) is known color: Blue. HEX triplet: 17, 06 and F5. RGB value is (23,6,245). Sum of RGB (Red+Green+Blue) = 23+6+245=274 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.39% from 274); Green value is 6 (2.73% from 255 or 2.19% from 274); Blue value is 245 (96.09% from 255 or 89.42% from 274); Max value from RGB is 245 - color contains mainly: blue. Hex color #1706F5 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1706F5 is #E8F90A. Grayscale: #252525. Windows color (decimal): -15268107 or 16057879. OLE color: 16057879.
HSL color Cylindrical-coordinate representation of color #1706F5: hue angle of 244.27º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1706F5 is Cyan = 0.91, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 23 | 6 | 245 | - |
| CMYK | 0.91 | 0.98 | 0 | 0.04 |
| HSL | 244.27º | 0.95% | 0.49% | - |
| HSV(B) | 244.27º | 0.98% | 0.96% | - |
| XYZ | 16.9 | 6.9 | 86.83 | - |
| YUV | 38.33 | 244.63 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 6 | 245 | 0.91 | 0.98 | 0 | 0.04 | 244.27 | 0.95 | 0.49 |
| Hex | 17 | 6 | F5 | 5B | 62 | 0 | 4 | F4 | 5F | 31 |
| Octal | 27 | 6 | 365 | 133 | 142 | 0 | 4 | 364 | 137 | 61 |
| Binary | 10111 | 110 | 11110101 | 1011011 | 1100010 | 0 | 100 | 11110100 | 1011111 | 110001 |
Color Harmonies of #1706F5
Complementary color
Monochromatic Colors of #1706F5
Black with #1706F5
Text Example
Text Example
White with #1706F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1706F5; }
p { color: rgb(23,6,245); }
H1.HeaderClassName
{
color: #1706F5;
}
.AnyTagClassName
{
color: #1706F5;
}
</style>
background-color css
<style>
a { background-color: #1706F5; }
a { background-color: rgb(23,6,245); }
div.DivClassName
{
background-color: #1706F5;
}
.BgClassName
{
background-color: #1706F5;
}
</style>
border-color css
<style>
span { border-color: #1706F5; }
span { border-color: rgb(23,6,245); }
td.TdClassName
{
border-color: #1706F5;
}
.TagClassName
{
border-color: #1706F5;
}
</style>