Shades of Blue #1311FD
Tints of Blue #1311FD
RGB
CMYK
RGB Variations
Color information
#1311FD (or 0x1311FD) is known color: Blue. HEX triplet: 13, 11 and FD. RGB value is (19,17,253). Sum of RGB (Red+Green+Blue) = 19+17+253=289 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.57% from 289); Green value is 17 (7.03% from 255 or 5.88% from 289); Blue value is 253 (99.22% from 255 or 87.54% from 289); Max value from RGB is 253 - color contains mainly: blue. Hex color #1311FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1311FD is #ECEE02. Grayscale: #2B2B2B. Windows color (decimal): -15527427 or 16584979. OLE color: 16584979.
HSL color Cylindrical-coordinate representation of color #1311FD: hue angle of 240.51º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1311FD is Cyan = 0.92, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 17 | 253 | - |
| CMYK | 0.92 | 0.93 | 0 | 0.01 |
| HSL | 240.51º | 0.98% | 0.53% | - |
| HSV(B) | 240.51º | 0.93% | 0.99% | - |
| XYZ | 18.2 | 7.63 | 93.44 | - |
| YUV | 44.5 | 245.66 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 17 | 253 | 0.92 | 0.93 | 0 | 0.01 | 240.51 | 0.98 | 0.53 |
| Hex | 13 | 11 | FD | 5C | 5D | 0 | 1 | F1 | 62 | 35 |
| Octal | 23 | 21 | 375 | 134 | 135 | 0 | 1 | 361 | 142 | 65 |
| Binary | 10011 | 10001 | 11111101 | 1011100 | 1011101 | 0 | 1 | 11110001 | 1100010 | 110101 |
Color Harmonies of #1311FD
Complementary color
Monochromatic Colors of #1311FD
Black with #1311FD
Text Example
Text Example
White with #1311FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1311FD; }
p { color: rgb(19,17,253); }
H1.HeaderClassName
{
color: #1311FD;
}
.AnyTagClassName
{
color: #1311FD;
}
</style>
background-color css
<style>
a { background-color: #1311FD; }
a { background-color: rgb(19,17,253); }
div.DivClassName
{
background-color: #1311FD;
}
.BgClassName
{
background-color: #1311FD;
}
</style>
border-color css
<style>
span { border-color: #1311FD; }
span { border-color: rgb(19,17,253); }
td.TdClassName
{
border-color: #1311FD;
}
.TagClassName
{
border-color: #1311FD;
}
</style>