Shades of Blue #1138FF
Tints of Blue #1138FF
RGB
CMYK
RGB Variations
Color information
#1138FF (or 0x1138FF) is known color: Blue. HEX triplet: 11, 38 and FF. RGB value is (17,56,255). Sum of RGB (Red+Green+Blue) = 17+56+255=328 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.18% from 328); Green value is 56 (22.27% from 255 or 17.07% from 328); Blue value is 255 (100% from 255 or 77.74% from 328); Max value from RGB is 255 - color contains mainly: blue. Hex color #1138FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1138FF is #EEC700. Grayscale: #424242. Windows color (decimal): -15648513 or 16726033. OLE color: 16726033.
HSL color Cylindrical-coordinate representation of color #1138FF: hue angle of 230.17º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1138FF is Cyan = 0.93, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 56 | 255 | - |
| CMYK | 0.93 | 0.78 | 0 | 0 |
| HSL | 230.17º | 1% | 0.53% | - |
| HSV(B) | 230.17º | 0.93% | 1% | - |
| XYZ | 19.7 | 10.17 | 95.53 | - |
| YUV | 67.03 | 234.08 | 92.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 56 | 255 | 0.93 | 0.78 | 0 | 0 | 230.17 | 1 | 0.53 |
| Hex | 11 | 38 | FF | 5D | 4E | 0 | 0 | E6 | 64 | 35 |
| Octal | 21 | 70 | 377 | 135 | 116 | 0 | 0 | 346 | 144 | 65 |
| Binary | 10001 | 111000 | 11111111 | 1011101 | 1001110 | 0 | 0 | 11100110 | 1100100 | 110101 |
Color Harmonies of #1138FF
Complementary color
Monochromatic Colors of #1138FF
Black with #1138FF
Text Example
Text Example
White with #1138FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1138FF; }
p { color: rgb(17,56,255); }
H1.HeaderClassName
{
color: #1138FF;
}
.AnyTagClassName
{
color: #1138FF;
}
</style>
background-color css
<style>
a { background-color: #1138FF; }
a { background-color: rgb(17,56,255); }
div.DivClassName
{
background-color: #1138FF;
}
.BgClassName
{
background-color: #1138FF;
}
</style>
border-color css
<style>
span { border-color: #1138FF; }
span { border-color: rgb(17,56,255); }
td.TdClassName
{
border-color: #1138FF;
}
.TagClassName
{
border-color: #1138FF;
}
</style>