Shades of Blue #1339FD
Tints of Blue #1339FD
RGB
CMYK
RGB Variations
Color information
#1339FD (or 0x1339FD) is known color: Blue. HEX triplet: 13, 39 and FD. RGB value is (19,57,253). Sum of RGB (Red+Green+Blue) = 19+57+253=329 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.78% from 329); Green value is 57 (22.66% from 255 or 17.33% from 329); Blue value is 253 (99.22% from 255 or 76.90% from 329); Max value from RGB is 253 - color contains mainly: blue. Hex color #1339FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1339FD is #ECC602. Grayscale: #434343. Windows color (decimal): -15517187 or 16595219. OLE color: 16595219.
HSL color Cylindrical-coordinate representation of color #1339FD: hue angle of 230.26º 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 #1339FD is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 57 | 253 | - |
| CMYK | 0.92 | 0.77 | 0 | 0.01 |
| HSL | 230.26º | 0.98% | 0.53% | - |
| HSV(B) | 230.26º | 0.92% | 0.99% | - |
| XYZ | 19.46 | 10.16 | 93.86 | - |
| YUV | 67.98 | 232.41 | 93.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 57 | 253 | 0.92 | 0.77 | 0 | 0.01 | 230.26 | 0.98 | 0.53 |
| Hex | 13 | 39 | FD | 5C | 4D | 0 | 1 | E6 | 62 | 35 |
| Octal | 23 | 71 | 375 | 134 | 115 | 0 | 1 | 346 | 142 | 65 |
| Binary | 10011 | 111001 | 11111101 | 1011100 | 1001101 | 0 | 1 | 11100110 | 1100010 | 110101 |
Color Harmonies of #1339FD
Complementary color
Monochromatic Colors of #1339FD
Black with #1339FD
Text Example
Text Example
White with #1339FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1339FD; }
p { color: rgb(19,57,253); }
H1.HeaderClassName
{
color: #1339FD;
}
.AnyTagClassName
{
color: #1339FD;
}
</style>
background-color css
<style>
a { background-color: #1339FD; }
a { background-color: rgb(19,57,253); }
div.DivClassName
{
background-color: #1339FD;
}
.BgClassName
{
background-color: #1339FD;
}
</style>
border-color css
<style>
span { border-color: #1339FD; }
span { border-color: rgb(19,57,253); }
td.TdClassName
{
border-color: #1339FD;
}
.TagClassName
{
border-color: #1339FD;
}
</style>