Shades of Blue #1327FD
Tints of Blue #1327FD
RGB
CMYK
RGB Variations
Color information
#1327FD (or 0x1327FD) is known color: Blue. HEX triplet: 13, 27 and FD. RGB value is (19,39,253). Sum of RGB (Red+Green+Blue) = 19+39+253=311 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.11% from 311); Green value is 39 (15.62% from 255 or 12.54% from 311); Blue value is 253 (99.22% from 255 or 81.35% from 311); Max value from RGB is 253 - color contains mainly: blue. Hex color #1327FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1327FD is #ECD802. Grayscale: #383838. Windows color (decimal): -15521795 or 16590611. OLE color: 16590611.
HSL color Cylindrical-coordinate representation of color #1327FD: hue angle of 234.87º 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 #1327FD is Cyan = 0.92, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 39 | 253 | - |
| CMYK | 0.92 | 0.85 | 0 | 0.01 |
| HSL | 234.87º | 0.98% | 0.53% | - |
| HSV(B) | 234.87º | 0.92% | 0.99% | - |
| XYZ | 18.72 | 8.68 | 93.62 | - |
| YUV | 57.42 | 238.37 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 39 | 253 | 0.92 | 0.85 | 0 | 0.01 | 234.87 | 0.98 | 0.53 |
| Hex | 13 | 27 | FD | 5C | 55 | 0 | 1 | EB | 62 | 35 |
| Octal | 23 | 47 | 375 | 134 | 125 | 0 | 1 | 353 | 142 | 65 |
| Binary | 10011 | 100111 | 11111101 | 1011100 | 1010101 | 0 | 1 | 11101011 | 1100010 | 110101 |
Color Harmonies of #1327FD
Complementary color
Monochromatic Colors of #1327FD
Black with #1327FD
Text Example
Text Example
White with #1327FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1327FD; }
p { color: rgb(19,39,253); }
H1.HeaderClassName
{
color: #1327FD;
}
.AnyTagClassName
{
color: #1327FD;
}
</style>
background-color css
<style>
a { background-color: #1327FD; }
a { background-color: rgb(19,39,253); }
div.DivClassName
{
background-color: #1327FD;
}
.BgClassName
{
background-color: #1327FD;
}
</style>
border-color css
<style>
span { border-color: #1327FD; }
span { border-color: rgb(19,39,253); }
td.TdClassName
{
border-color: #1327FD;
}
.TagClassName
{
border-color: #1327FD;
}
</style>