Shades of Blue #1324FD
Tints of Blue #1324FD
RGB
CMYK
RGB Variations
Color information
#1324FD (or 0x1324FD) is known color: Blue. HEX triplet: 13, 24 and FD. RGB value is (19,36,253). Sum of RGB (Red+Green+Blue) = 19+36+253=308 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.17% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 253 (99.22% from 255 or 82.14% from 308); Max value from RGB is 253 - color contains mainly: blue. Hex color #1324FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1324FD is #ECDB02. Grayscale: #363636. Windows color (decimal): -15522563 or 16589843. OLE color: 16589843.
HSL color Cylindrical-coordinate representation of color #1324FD: hue angle of 235.64º 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 #1324FD is Cyan = 0.92, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 36 | 253 | - |
| CMYK | 0.92 | 0.86 | 0 | 0.01 |
| HSL | 235.64º | 0.98% | 0.53% | - |
| HSV(B) | 235.64º | 0.92% | 0.99% | - |
| XYZ | 18.63 | 8.49 | 93.59 | - |
| YUV | 55.66 | 239.37 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 36 | 253 | 0.92 | 0.86 | 0 | 0.01 | 235.64 | 0.98 | 0.53 |
| Hex | 13 | 24 | FD | 5C | 56 | 0 | 1 | EC | 62 | 35 |
| Octal | 23 | 44 | 375 | 134 | 126 | 0 | 1 | 354 | 142 | 65 |
| Binary | 10011 | 100100 | 11111101 | 1011100 | 1010110 | 0 | 1 | 11101100 | 1100010 | 110101 |
Color Harmonies of #1324FD
Complementary color
Monochromatic Colors of #1324FD
Black with #1324FD
Text Example
Text Example
White with #1324FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1324FD; }
p { color: rgb(19,36,253); }
H1.HeaderClassName
{
color: #1324FD;
}
.AnyTagClassName
{
color: #1324FD;
}
</style>
background-color css
<style>
a { background-color: #1324FD; }
a { background-color: rgb(19,36,253); }
div.DivClassName
{
background-color: #1324FD;
}
.BgClassName
{
background-color: #1324FD;
}
</style>
border-color css
<style>
span { border-color: #1324FD; }
span { border-color: rgb(19,36,253); }
td.TdClassName
{
border-color: #1324FD;
}
.TagClassName
{
border-color: #1324FD;
}
</style>