Shades of Blue #1328FC
Tints of Blue #1328FC
RGB
CMYK
RGB Variations
Color information
#1328FC (or 0x1328FC) is known color: Blue. HEX triplet: 13, 28 and FC. RGB value is (19,40,252). Sum of RGB (Red+Green+Blue) = 19+40+252=311 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.11% from 311); Green value is 40 (16.02% from 255 or 12.86% from 311); Blue value is 252 (98.83% from 255 or 81.03% from 311); Max value from RGB is 252 - color contains mainly: blue. Hex color #1328FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1328FC is #ECD703. Grayscale: #393939. Windows color (decimal): -15521540 or 16525331. OLE color: 16525331.
HSL color Cylindrical-coordinate representation of color #1328FC: hue angle of 234.59º degrees, saturation: 0.97, 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 #1328FC is Cyan = 0.92, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 40 | 252 | - |
| CMYK | 0.92 | 0.84 | 0 | 0.01 |
| HSL | 234.59º | 0.97% | 0.53% | - |
| HSV(B) | 234.59º | 0.92% | 0.99% | - |
| XYZ | 18.6 | 8.68 | 92.79 | - |
| YUV | 57.89 | 237.54 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 40 | 252 | 0.92 | 0.84 | 0 | 0.01 | 234.59 | 0.97 | 0.53 |
| Hex | 13 | 28 | FC | 5C | 54 | 0 | 1 | EB | 61 | 35 |
| Octal | 23 | 50 | 374 | 134 | 124 | 0 | 1 | 353 | 141 | 65 |
| Binary | 10011 | 101000 | 11111100 | 1011100 | 1010100 | 0 | 1 | 11101011 | 1100001 | 110101 |
Color Harmonies of #1328FC
Complementary color
Monochromatic Colors of #1328FC
Black with #1328FC
Text Example
Text Example
White with #1328FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1328FC; }
p { color: rgb(19,40,252); }
H1.HeaderClassName
{
color: #1328FC;
}
.AnyTagClassName
{
color: #1328FC;
}
</style>
background-color css
<style>
a { background-color: #1328FC; }
a { background-color: rgb(19,40,252); }
div.DivClassName
{
background-color: #1328FC;
}
.BgClassName
{
background-color: #1328FC;
}
</style>
border-color css
<style>
span { border-color: #1328FC; }
span { border-color: rgb(19,40,252); }
td.TdClassName
{
border-color: #1328FC;
}
.TagClassName
{
border-color: #1328FC;
}
</style>