Shades of Blue #1139FC
Tints of Blue #1139FC
RGB
CMYK
RGB Variations
Color information
#1139FC (or 0x1139FC) is known color: Blue. HEX triplet: 11, 39 and FC. RGB value is (17,57,252). Sum of RGB (Red+Green+Blue) = 17+57+252=326 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.21% from 326); Green value is 57 (22.66% from 255 or 17.48% from 326); Blue value is 252 (98.83% from 255 or 77.30% from 326); Max value from RGB is 252 - color contains mainly: blue. Hex color #1139FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1139FC is #EEC603. Grayscale: #424242. Windows color (decimal): -15648260 or 16529681. OLE color: 16529681.
HSL color Cylindrical-coordinate representation of color #1139FC: hue angle of 229.79º 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 #1139FC is Cyan = 0.93, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 57 | 252 | - |
| CMYK | 0.93 | 0.77 | 0 | 0.01 |
| HSL | 229.79º | 0.98% | 0.53% | - |
| HSV(B) | 229.79º | 0.93% | 0.99% | - |
| XYZ | 19.26 | 10.07 | 93.02 | - |
| YUV | 67.27 | 232.25 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 57 | 252 | 0.93 | 0.77 | 0 | 0.01 | 229.79 | 0.98 | 0.53 |
| Hex | 11 | 39 | FC | 5D | 4D | 0 | 1 | E6 | 62 | 35 |
| Octal | 21 | 71 | 374 | 135 | 115 | 0 | 1 | 346 | 142 | 65 |
| Binary | 10001 | 111001 | 11111100 | 1011101 | 1001101 | 0 | 1 | 11100110 | 1100010 | 110101 |
Color Harmonies of #1139FC
Complementary color
Monochromatic Colors of #1139FC
Black with #1139FC
Text Example
Text Example
White with #1139FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1139FC; }
p { color: rgb(17,57,252); }
H1.HeaderClassName
{
color: #1139FC;
}
.AnyTagClassName
{
color: #1139FC;
}
</style>
background-color css
<style>
a { background-color: #1139FC; }
a { background-color: rgb(17,57,252); }
div.DivClassName
{
background-color: #1139FC;
}
.BgClassName
{
background-color: #1139FC;
}
</style>
border-color css
<style>
span { border-color: #1139FC; }
span { border-color: rgb(17,57,252); }
td.TdClassName
{
border-color: #1139FC;
}
.TagClassName
{
border-color: #1139FC;
}
</style>