Shades of Blue #1729F9
Tints of Blue #1729F9
RGB
CMYK
RGB Variations
Color information
#1729F9 (or 0x1729F9) is known color: Blue. HEX triplet: 17, 29 and F9. RGB value is (23,41,249). Sum of RGB (Red+Green+Blue) = 23+41+249=313 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.35% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 249 (97.66% from 255 or 79.55% from 313); Max value from RGB is 249 - color contains mainly: blue. Hex color #1729F9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1729F9 is #E8D606. Grayscale: #3A3A3A. Windows color (decimal): -15259143 or 16328983. OLE color: 16328983.
HSL color Cylindrical-coordinate representation of color #1729F9: hue angle of 235.22º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1729F9 is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 23 | 41 | 249 | - |
| CMYK | 0.91 | 0.84 | 0 | 0.02 |
| HSL | 235.22º | 0.95% | 0.53% | - |
| HSV(B) | 235.22º | 0.91% | 0.98% | - |
| XYZ | 18.25 | 8.61 | 90.32 | - |
| YUV | 59.33 | 235.04 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 41 | 249 | 0.91 | 0.84 | 0 | 0.02 | 235.22 | 0.95 | 0.53 |
| Hex | 17 | 29 | F9 | 5B | 54 | 0 | 2 | EB | 5F | 35 |
| Octal | 27 | 51 | 371 | 133 | 124 | 0 | 2 | 353 | 137 | 65 |
| Binary | 10111 | 101001 | 11111001 | 1011011 | 1010100 | 0 | 10 | 11101011 | 1011111 | 110101 |
Color Harmonies of #1729F9
Complementary color
Monochromatic Colors of #1729F9
Black with #1729F9
Text Example
Text Example
White with #1729F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1729F9; }
p { color: rgb(23,41,249); }
H1.HeaderClassName
{
color: #1729F9;
}
.AnyTagClassName
{
color: #1729F9;
}
</style>
background-color css
<style>
a { background-color: #1729F9; }
a { background-color: rgb(23,41,249); }
div.DivClassName
{
background-color: #1729F9;
}
.BgClassName
{
background-color: #1729F9;
}
</style>
border-color css
<style>
span { border-color: #1729F9; }
span { border-color: rgb(23,41,249); }
td.TdClassName
{
border-color: #1729F9;
}
.TagClassName
{
border-color: #1729F9;
}
</style>