Shades of Blue #1729FC
Tints of Blue #1729FC
RGB
CMYK
RGB Variations
Color information
#1729FC (or 0x1729FC) is known color: Blue. HEX triplet: 17, 29 and FC. RGB value is (23,41,252). Sum of RGB (Red+Green+Blue) = 23+41+252=316 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.28% from 316); Green value is 41 (16.41% from 255 or 12.97% from 316); Blue value is 252 (98.83% from 255 or 79.75% from 316); Max value from RGB is 252 - color contains mainly: blue. Hex color #1729FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1729FC is #E8D603. Grayscale: #3A3A3A. Windows color (decimal): -15259140 or 16525591. OLE color: 16525591.
HSL color Cylindrical-coordinate representation of color #1729FC: hue angle of 235.28º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1729FC is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 23 | 41 | 252 | - |
| CMYK | 0.91 | 0.84 | 0 | 0.01 |
| HSL | 235.28º | 0.97% | 0.54% | - |
| HSV(B) | 235.28º | 0.91% | 0.99% | - |
| XYZ | 18.72 | 8.8 | 92.81 | - |
| YUV | 59.67 | 236.54 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 41 | 252 | 0.91 | 0.84 | 0 | 0.01 | 235.28 | 0.97 | 0.54 |
| Hex | 17 | 29 | FC | 5B | 54 | 0 | 1 | EB | 61 | 36 |
| Octal | 27 | 51 | 374 | 133 | 124 | 0 | 1 | 353 | 141 | 66 |
| Binary | 10111 | 101001 | 11111100 | 1011011 | 1010100 | 0 | 1 | 11101011 | 1100001 | 110110 |
Color Harmonies of #1729FC
Complementary color
Monochromatic Colors of #1729FC
Black with #1729FC
Text Example
Text Example
White with #1729FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1729FC; }
p { color: rgb(23,41,252); }
H1.HeaderClassName
{
color: #1729FC;
}
.AnyTagClassName
{
color: #1729FC;
}
</style>
background-color css
<style>
a { background-color: #1729FC; }
a { background-color: rgb(23,41,252); }
div.DivClassName
{
background-color: #1729FC;
}
.BgClassName
{
background-color: #1729FC;
}
</style>
border-color css
<style>
span { border-color: #1729FC; }
span { border-color: rgb(23,41,252); }
td.TdClassName
{
border-color: #1729FC;
}
.TagClassName
{
border-color: #1729FC;
}
</style>