Shades of Blue #1139FE
Tints of Blue #1139FE
RGB
CMYK
RGB Variations
Color information
#1139FE (or 0x1139FE) is known color: Blue. HEX triplet: 11, 39 and FE. RGB value is (17,57,254). Sum of RGB (Red+Green+Blue) = 17+57+254=328 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.18% from 328); Green value is 57 (22.66% from 255 or 17.38% from 328); Blue value is 254 (99.61% from 255 or 77.44% from 328); Max value from RGB is 254 - color contains mainly: blue. Hex color #1139FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1139FE is #EEC601. Grayscale: #424242. Windows color (decimal): -15648258 or 16660753. OLE color: 16660753.
HSL color Cylindrical-coordinate representation of color #1139FE: hue angle of 229.87º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1139FE is Cyan = 0.93, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 57 | 254 | - |
| CMYK | 0.93 | 0.78 | 0 | 0.00 |
| HSL | 229.87º | 0.99% | 0.53% | - |
| HSV(B) | 229.87º | 0.93% | 1% | - |
| XYZ | 19.58 | 10.2 | 94.7 | - |
| YUV | 67.5 | 233.25 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 57 | 254 | 0.93 | 0.78 | 0 | 0.00 | 229.87 | 0.99 | 0.53 |
| Hex | 11 | 39 | FE | 5D | 4E | 0 | 0 | E6 | 63 | 35 |
| Octal | 21 | 71 | 376 | 135 | 116 | 0 | 0 | 346 | 143 | 65 |
| Binary | 10001 | 111001 | 11111110 | 1011101 | 1001110 | 0 | 0 | 11100110 | 1100011 | 110101 |
Color Harmonies of #1139FE
Complementary color
Monochromatic Colors of #1139FE
Black with #1139FE
Text Example
Text Example
White with #1139FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1139FE; }
p { color: rgb(17,57,254); }
H1.HeaderClassName
{
color: #1139FE;
}
.AnyTagClassName
{
color: #1139FE;
}
</style>
background-color css
<style>
a { background-color: #1139FE; }
a { background-color: rgb(17,57,254); }
div.DivClassName
{
background-color: #1139FE;
}
.BgClassName
{
background-color: #1139FE;
}
</style>
border-color css
<style>
span { border-color: #1139FE; }
span { border-color: rgb(17,57,254); }
td.TdClassName
{
border-color: #1139FE;
}
.TagClassName
{
border-color: #1139FE;
}
</style>