Shades of Blue #1329FD
Tints of Blue #1329FD
RGB
CMYK
RGB Variations
Color information
#1329FD (or 0x1329FD) is known color: Blue. HEX triplet: 13, 29 and FD. RGB value is (19,41,253). Sum of RGB (Red+Green+Blue) = 19+41+253=313 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.07% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 253 (99.22% from 255 or 80.83% from 313); Max value from RGB is 253 - color contains mainly: blue. Hex color #1329FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1329FD is #ECD602. Grayscale: #393939. Windows color (decimal): -15521283 or 16591123. OLE color: 16591123.
HSL color Cylindrical-coordinate representation of color #1329FD: hue angle of 234.36º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1329FD is Cyan = 0.92, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 41 | 253 | - |
| CMYK | 0.92 | 0.84 | 0 | 0.01 |
| HSL | 234.36º | 0.98% | 0.53% | - |
| HSV(B) | 234.36º | 0.92% | 0.99% | - |
| XYZ | 18.79 | 8.82 | 93.64 | - |
| YUV | 58.59 | 237.71 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 41 | 253 | 0.92 | 0.84 | 0 | 0.01 | 234.36 | 0.98 | 0.53 |
| Hex | 13 | 29 | FD | 5C | 54 | 0 | 1 | EA | 62 | 35 |
| Octal | 23 | 51 | 375 | 134 | 124 | 0 | 1 | 352 | 142 | 65 |
| Binary | 10011 | 101001 | 11111101 | 1011100 | 1010100 | 0 | 1 | 11101010 | 1100010 | 110101 |
Color Harmonies of #1329FD
Complementary color
Monochromatic Colors of #1329FD
Black with #1329FD
Text Example
Text Example
White with #1329FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1329FD; }
p { color: rgb(19,41,253); }
H1.HeaderClassName
{
color: #1329FD;
}
.AnyTagClassName
{
color: #1329FD;
}
</style>
background-color css
<style>
a { background-color: #1329FD; }
a { background-color: rgb(19,41,253); }
div.DivClassName
{
background-color: #1329FD;
}
.BgClassName
{
background-color: #1329FD;
}
</style>
border-color css
<style>
span { border-color: #1329FD; }
span { border-color: rgb(19,41,253); }
td.TdClassName
{
border-color: #1329FD;
}
.TagClassName
{
border-color: #1329FD;
}
</style>