Shades of Blue #1729FA
Tints of Blue #1729FA
RGB
CMYK
RGB Variations
Color information
#1729FA (or 0x1729FA) is known color: Blue. HEX triplet: 17, 29 and FA. RGB value is (23,41,250). Sum of RGB (Red+Green+Blue) = 23+41+250=314 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.32% from 314); Green value is 41 (16.41% from 255 or 13.06% from 314); Blue value is 250 (98.05% from 255 or 79.62% from 314); Max value from RGB is 250 - color contains mainly: blue. Hex color #1729FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1729FA is #E8D605. Grayscale: #3A3A3A. Windows color (decimal): -15259142 or 16394519. OLE color: 16394519.
HSL color Cylindrical-coordinate representation of color #1729FA: hue angle of 235.24º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1729FA is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 23 | 41 | 250 | - |
| CMYK | 0.91 | 0.84 | 0 | 0.02 |
| HSL | 235.24º | 0.96% | 0.54% | - |
| HSV(B) | 235.24º | 0.91% | 0.98% | - |
| XYZ | 18.4 | 8.67 | 91.15 | - |
| YUV | 59.44 | 235.54 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 41 | 250 | 0.91 | 0.84 | 0 | 0.02 | 235.24 | 0.96 | 0.54 |
| Hex | 17 | 29 | FA | 5B | 54 | 0 | 2 | EB | 60 | 36 |
| Octal | 27 | 51 | 372 | 133 | 124 | 0 | 2 | 353 | 140 | 66 |
| Binary | 10111 | 101001 | 11111010 | 1011011 | 1010100 | 0 | 10 | 11101011 | 1100000 | 110110 |
Color Harmonies of #1729FA
Complementary color
Monochromatic Colors of #1729FA
Black with #1729FA
Text Example
Text Example
White with #1729FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1729FA; }
p { color: rgb(23,41,250); }
H1.HeaderClassName
{
color: #1729FA;
}
.AnyTagClassName
{
color: #1729FA;
}
</style>
background-color css
<style>
a { background-color: #1729FA; }
a { background-color: rgb(23,41,250); }
div.DivClassName
{
background-color: #1729FA;
}
.BgClassName
{
background-color: #1729FA;
}
</style>
border-color css
<style>
span { border-color: #1729FA; }
span { border-color: rgb(23,41,250); }
td.TdClassName
{
border-color: #1729FA;
}
.TagClassName
{
border-color: #1729FA;
}
</style>