Shades of Blue #1127FF
Tints of Blue #1127FF
RGB
CMYK
RGB Variations
Color information
#1127FF (or 0x1127FF) is known color: Blue. HEX triplet: 11, 27 and FF. RGB value is (17,39,255). Sum of RGB (Red+Green+Blue) = 17+39+255=311 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.47% from 311); Green value is 39 (15.62% from 255 or 12.54% from 311); Blue value is 255 (100% from 255 or 81.99% from 311); Max value from RGB is 255 - color contains mainly: blue. Hex color #1127FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1127FF is #EED800. Grayscale: #383838. Windows color (decimal): -15652865 or 16721681. OLE color: 16721681.
HSL color Cylindrical-coordinate representation of color #1127FF: hue angle of 234.45º 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 #1127FF is Cyan = 0.93, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 39 | 255 | - |
| CMYK | 0.93 | 0.85 | 0 | 0 |
| HSL | 234.45º | 1% | 0.53% | - |
| HSV(B) | 234.45º | 0.93% | 1% | - |
| XYZ | 19.01 | 8.79 | 95.3 | - |
| YUV | 57.05 | 239.71 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 39 | 255 | 0.93 | 0.85 | 0 | 0 | 234.45 | 1 | 0.53 |
| Hex | 11 | 27 | FF | 5D | 55 | 0 | 0 | EA | 64 | 35 |
| Octal | 21 | 47 | 377 | 135 | 125 | 0 | 0 | 352 | 144 | 65 |
| Binary | 10001 | 100111 | 11111111 | 1011101 | 1010101 | 0 | 0 | 11101010 | 1100100 | 110101 |
Color Harmonies of #1127FF
Complementary color
Monochromatic Colors of #1127FF
Black with #1127FF
Text Example
Text Example
White with #1127FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1127FF; }
p { color: rgb(17,39,255); }
H1.HeaderClassName
{
color: #1127FF;
}
.AnyTagClassName
{
color: #1127FF;
}
</style>
background-color css
<style>
a { background-color: #1127FF; }
a { background-color: rgb(17,39,255); }
div.DivClassName
{
background-color: #1127FF;
}
.BgClassName
{
background-color: #1127FF;
}
</style>
border-color css
<style>
span { border-color: #1127FF; }
span { border-color: rgb(17,39,255); }
td.TdClassName
{
border-color: #1127FF;
}
.TagClassName
{
border-color: #1127FF;
}
</style>