Shades of Blue #1339FE
Tints of Blue #1339FE
RGB
CMYK
RGB Variations
Color information
#1339FE (or 0x1339FE) is known color: Blue. HEX triplet: 13, 39 and FE. RGB value is (19,57,254). Sum of RGB (Red+Green+Blue) = 19+57+254=330 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.76% from 330); Green value is 57 (22.66% from 255 or 17.27% from 330); Blue value is 254 (99.61% from 255 or 76.97% from 330); Max value from RGB is 254 - color contains mainly: blue. Hex color #1339FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1339FE is #ECC601. Grayscale: #434343. Windows color (decimal): -15517186 or 16660755. OLE color: 16660755.
HSL color Cylindrical-coordinate representation of color #1339FE: hue angle of 230.3º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1339FE is Cyan = 0.93, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 57 | 254 | - |
| CMYK | 0.93 | 0.78 | 0 | 0.00 |
| HSL | 230.3º | 0.99% | 0.54% | - |
| HSV(B) | 230.3º | 0.93% | 1% | - |
| XYZ | 19.62 | 10.22 | 94.7 | - |
| YUV | 68.1 | 232.91 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 57 | 254 | 0.93 | 0.78 | 0 | 0.00 | 230.3 | 0.99 | 0.54 |
| Hex | 13 | 39 | FE | 5D | 4E | 0 | 0 | E6 | 63 | 36 |
| Octal | 23 | 71 | 376 | 135 | 116 | 0 | 0 | 346 | 143 | 66 |
| Binary | 10011 | 111001 | 11111110 | 1011101 | 1001110 | 0 | 0 | 11100110 | 1100011 | 110110 |
Color Harmonies of #1339FE
Complementary color
Monochromatic Colors of #1339FE
Black with #1339FE
Text Example
Text Example
White with #1339FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1339FE; }
p { color: rgb(19,57,254); }
H1.HeaderClassName
{
color: #1339FE;
}
.AnyTagClassName
{
color: #1339FE;
}
</style>
background-color css
<style>
a { background-color: #1339FE; }
a { background-color: rgb(19,57,254); }
div.DivClassName
{
background-color: #1339FE;
}
.BgClassName
{
background-color: #1339FE;
}
</style>
border-color css
<style>
span { border-color: #1339FE; }
span { border-color: rgb(19,57,254); }
td.TdClassName
{
border-color: #1339FE;
}
.TagClassName
{
border-color: #1339FE;
}
</style>