Shades of Blue #1138FE
Tints of Blue #1138FE
RGB
CMYK
RGB Variations
Color information
#1138FE (or 0x1138FE) is known color: Blue. HEX triplet: 11, 38 and FE. RGB value is (17,56,254). Sum of RGB (Red+Green+Blue) = 17+56+254=327 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.20% from 327); Green value is 56 (22.27% from 255 or 17.13% from 327); Blue value is 254 (99.61% from 255 or 77.68% from 327); Max value from RGB is 254 - color contains mainly: blue. Hex color #1138FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1138FE is #EEC701. Grayscale: #424242. Windows color (decimal): -15648514 or 16660497. OLE color: 16660497.
HSL color Cylindrical-coordinate representation of color #1138FE: hue angle of 230.13º 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 #1138FE is Cyan = 0.93, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 56 | 254 | - |
| CMYK | 0.93 | 0.78 | 0 | 0.00 |
| HSL | 230.13º | 0.99% | 0.53% | - |
| HSV(B) | 230.13º | 0.93% | 1% | - |
| XYZ | 19.53 | 10.1 | 94.69 | - |
| YUV | 66.91 | 233.58 | 92.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 56 | 254 | 0.93 | 0.78 | 0 | 0.00 | 230.13 | 0.99 | 0.53 |
| Hex | 11 | 38 | FE | 5D | 4E | 0 | 0 | E6 | 63 | 35 |
| Octal | 21 | 70 | 376 | 135 | 116 | 0 | 0 | 346 | 143 | 65 |
| Binary | 10001 | 111000 | 11111110 | 1011101 | 1001110 | 0 | 0 | 11100110 | 1100011 | 110101 |
Color Harmonies of #1138FE
Complementary color
Monochromatic Colors of #1138FE
Black with #1138FE
Text Example
Text Example
White with #1138FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1138FE; }
p { color: rgb(17,56,254); }
H1.HeaderClassName
{
color: #1138FE;
}
.AnyTagClassName
{
color: #1138FE;
}
</style>
background-color css
<style>
a { background-color: #1138FE; }
a { background-color: rgb(17,56,254); }
div.DivClassName
{
background-color: #1138FE;
}
.BgClassName
{
background-color: #1138FE;
}
</style>
border-color css
<style>
span { border-color: #1138FE; }
span { border-color: rgb(17,56,254); }
td.TdClassName
{
border-color: #1138FE;
}
.TagClassName
{
border-color: #1138FE;
}
</style>