Shades of Blue #1325FD
Tints of Blue #1325FD
RGB
CMYK
RGB Variations
Color information
#1325FD (or 0x1325FD) is known color: Blue. HEX triplet: 13, 25 and FD. RGB value is (19,37,253). Sum of RGB (Red+Green+Blue) = 19+37+253=309 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.15% from 309); Green value is 37 (14.84% from 255 or 11.97% from 309); Blue value is 253 (99.22% from 255 or 81.88% from 309); Max value from RGB is 253 - color contains mainly: blue. Hex color #1325FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1325FD is #ECDA02. Grayscale: #373737. Windows color (decimal): -15522307 or 16590099. OLE color: 16590099.
HSL color Cylindrical-coordinate representation of color #1325FD: hue angle of 235.38º 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 #1325FD is Cyan = 0.92, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 37 | 253 | - |
| CMYK | 0.92 | 0.85 | 0 | 0.01 |
| HSL | 235.38º | 0.98% | 0.53% | - |
| HSV(B) | 235.38º | 0.92% | 0.99% | - |
| XYZ | 18.66 | 8.55 | 93.6 | - |
| YUV | 56.24 | 239.04 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 37 | 253 | 0.92 | 0.85 | 0 | 0.01 | 235.38 | 0.98 | 0.53 |
| Hex | 13 | 25 | FD | 5C | 55 | 0 | 1 | EB | 62 | 35 |
| Octal | 23 | 45 | 375 | 134 | 125 | 0 | 1 | 353 | 142 | 65 |
| Binary | 10011 | 100101 | 11111101 | 1011100 | 1010101 | 0 | 1 | 11101011 | 1100010 | 110101 |
Color Harmonies of #1325FD
Complementary color
Monochromatic Colors of #1325FD
Black with #1325FD
Text Example
Text Example
White with #1325FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1325FD; }
p { color: rgb(19,37,253); }
H1.HeaderClassName
{
color: #1325FD;
}
.AnyTagClassName
{
color: #1325FD;
}
</style>
background-color css
<style>
a { background-color: #1325FD; }
a { background-color: rgb(19,37,253); }
div.DivClassName
{
background-color: #1325FD;
}
.BgClassName
{
background-color: #1325FD;
}
</style>
border-color css
<style>
span { border-color: #1325FD; }
span { border-color: rgb(19,37,253); }
td.TdClassName
{
border-color: #1325FD;
}
.TagClassName
{
border-color: #1325FD;
}
</style>