Shades of Blue #1730F6
Tints of Blue #1730F6
RGB
CMYK
RGB Variations
Color information
#1730F6 (or 0x1730F6) is known color: Blue. HEX triplet: 17, 30 and F6. RGB value is (23,48,246). Sum of RGB (Red+Green+Blue) = 23+48+246=317 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.26% from 317); Green value is 48 (19.14% from 255 or 15.14% from 317); Blue value is 246 (96.48% from 255 or 77.60% from 317); Max value from RGB is 246 - color contains mainly: blue. Hex color #1730F6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1730F6 is #E8CF09. Grayscale: #3E3E3E. Windows color (decimal): -15257354 or 16134167. OLE color: 16134167.
HSL color Cylindrical-coordinate representation of color #1730F6: hue angle of 233.27º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1730F6 is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 23 | 48 | 246 | - |
| CMYK | 0.91 | 0.80 | 0 | 0.04 |
| HSL | 233.27º | 0.93% | 0.53% | - |
| HSV(B) | 233.27º | 0.91% | 0.96% | - |
| XYZ | 18.04 | 8.95 | 87.97 | - |
| YUV | 63.1 | 231.22 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 48 | 246 | 0.91 | 0.80 | 0 | 0.04 | 233.27 | 0.93 | 0.53 |
| Hex | 17 | 30 | F6 | 5B | 50 | 0 | 4 | E9 | 5D | 35 |
| Octal | 27 | 60 | 366 | 133 | 120 | 0 | 4 | 351 | 135 | 65 |
| Binary | 10111 | 110000 | 11110110 | 1011011 | 1010000 | 0 | 100 | 11101001 | 1011101 | 110101 |
Color Harmonies of #1730F6
Complementary color
Monochromatic Colors of #1730F6
Black with #1730F6
Text Example
Text Example
White with #1730F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1730F6; }
p { color: rgb(23,48,246); }
H1.HeaderClassName
{
color: #1730F6;
}
.AnyTagClassName
{
color: #1730F6;
}
</style>
background-color css
<style>
a { background-color: #1730F6; }
a { background-color: rgb(23,48,246); }
div.DivClassName
{
background-color: #1730F6;
}
.BgClassName
{
background-color: #1730F6;
}
</style>
border-color css
<style>
span { border-color: #1730F6; }
span { border-color: rgb(23,48,246); }
td.TdClassName
{
border-color: #1730F6;
}
.TagClassName
{
border-color: #1730F6;
}
</style>