Shades of Blue #1320FD
Tints of Blue #1320FD
RGB
CMYK
RGB Variations
Color information
#1320FD (or 0x1320FD) is known color: Blue. HEX triplet: 13, 20 and FD. RGB value is (19,32,253). Sum of RGB (Red+Green+Blue) = 19+32+253=304 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.25% from 304); Green value is 32 (12.89% from 255 or 10.53% from 304); Blue value is 253 (99.22% from 255 or 83.22% from 304); Max value from RGB is 253 - color contains mainly: blue. Hex color #1320FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1320FD is #ECDF02. Grayscale: #343434. Windows color (decimal): -15523587 or 16588819. OLE color: 16588819.
HSL color Cylindrical-coordinate representation of color #1320FD: hue angle of 236.67º 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 #1320FD is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 32 | 253 | - |
| CMYK | 0.92 | 0.87 | 0 | 0.01 |
| HSL | 236.67º | 0.98% | 0.53% | - |
| HSV(B) | 236.67º | 0.92% | 0.99% | - |
| XYZ | 18.51 | 8.26 | 93.55 | - |
| YUV | 53.31 | 240.69 | 103.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 32 | 253 | 0.92 | 0.87 | 0 | 0.01 | 236.67 | 0.98 | 0.53 |
| Hex | 13 | 20 | FD | 5C | 57 | 0 | 1 | ED | 62 | 35 |
| Octal | 23 | 40 | 375 | 134 | 127 | 0 | 1 | 355 | 142 | 65 |
| Binary | 10011 | 100000 | 11111101 | 1011100 | 1010111 | 0 | 1 | 11101101 | 1100010 | 110101 |
Color Harmonies of #1320FD
Complementary color
Monochromatic Colors of #1320FD
Black with #1320FD
Text Example
Text Example
White with #1320FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1320FD; }
p { color: rgb(19,32,253); }
H1.HeaderClassName
{
color: #1320FD;
}
.AnyTagClassName
{
color: #1320FD;
}
</style>
background-color css
<style>
a { background-color: #1320FD; }
a { background-color: rgb(19,32,253); }
div.DivClassName
{
background-color: #1320FD;
}
.BgClassName
{
background-color: #1320FD;
}
</style>
border-color css
<style>
span { border-color: #1320FD; }
span { border-color: rgb(19,32,253); }
td.TdClassName
{
border-color: #1320FD;
}
.TagClassName
{
border-color: #1320FD;
}
</style>