Shades of Blue #1127EB
Tints of Blue #1127EB
RGB
CMYK
RGB Variations
Color information
#1127EB (or 0x1127EB) is known color: Blue. HEX triplet: 11, 27 and EB. RGB value is (17,39,235). Sum of RGB (Red+Green+Blue) = 17+39+235=291 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.84% from 291); Green value is 39 (15.62% from 255 or 13.40% from 291); Blue value is 235 (92.19% from 255 or 80.76% from 291); Max value from RGB is 235 - color contains mainly: blue. Hex color #1127EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1127EB is #EED814. Grayscale: #353535. Windows color (decimal): -15652885 or 15410961. OLE color: 15410961.
HSL color Cylindrical-coordinate representation of color #1127EB: hue angle of 233.94º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1127EB is Cyan = 0.93, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 17 | 39 | 235 | - |
| CMYK | 0.93 | 0.83 | 0 | 0.08 |
| HSL | 233.95º | 0.87% | 0.49% | - |
| HSV(B) | 233.95º | 0.93% | 0.92% | - |
| XYZ | 15.95 | 7.57 | 79.22 | - |
| YUV | 54.77 | 229.71 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 39 | 235 | 0.93 | 0.83 | 0 | 0.08 | 233.95 | 0.87 | 0.49 |
| Hex | 11 | 27 | EB | 5D | 53 | 0 | 8 | EA | 57 | 31 |
| Octal | 21 | 47 | 353 | 135 | 123 | 0 | 10 | 352 | 127 | 61 |
| Binary | 10001 | 100111 | 11101011 | 1011101 | 1010011 | 0 | 1000 | 11101010 | 1010111 | 110001 |
Color Harmonies of #1127EB
Complementary color
Monochromatic Colors of #1127EB
Black with #1127EB
Text Example
Text Example
White with #1127EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1127EB; }
p { color: rgb(17,39,235); }
H1.HeaderClassName
{
color: #1127EB;
}
.AnyTagClassName
{
color: #1127EB;
}
</style>
background-color css
<style>
a { background-color: #1127EB; }
a { background-color: rgb(17,39,235); }
div.DivClassName
{
background-color: #1127EB;
}
.BgClassName
{
background-color: #1127EB;
}
</style>
border-color css
<style>
span { border-color: #1127EB; }
span { border-color: rgb(17,39,235); }
td.TdClassName
{
border-color: #1127EB;
}
.TagClassName
{
border-color: #1127EB;
}
</style>