Shades of Blue #1132FD
Tints of Blue #1132FD
RGB
CMYK
RGB Variations
Color information
#1132FD (or 0x1132FD) is known color: Blue. HEX triplet: 11, 32 and FD. RGB value is (17,50,253). Sum of RGB (Red+Green+Blue) = 17+50+253=320 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.31% from 320); Green value is 50 (19.92% from 255 or 15.62% from 320); Blue value is 253 (99.22% from 255 or 79.06% from 320); Max value from RGB is 253 - color contains mainly: blue. Hex color #1132FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1132FD is #EECD02. Grayscale: #3E3E3E. Windows color (decimal): -15650051 or 16593425. OLE color: 16593425.
HSL color Cylindrical-coordinate representation of color #1132FD: hue angle of 231.61º 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 #1132FD is Cyan = 0.93, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 50 | 253 | - |
| CMYK | 0.93 | 0.80 | 0 | 0.01 |
| HSL | 231.61º | 0.98% | 0.53% | - |
| HSV(B) | 231.61º | 0.93% | 0.99% | - |
| XYZ | 19.1 | 9.49 | 93.75 | - |
| YUV | 63.28 | 235.07 | 94.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 50 | 253 | 0.93 | 0.80 | 0 | 0.01 | 231.61 | 0.98 | 0.53 |
| Hex | 11 | 32 | FD | 5D | 50 | 0 | 1 | E8 | 62 | 35 |
| Octal | 21 | 62 | 375 | 135 | 120 | 0 | 1 | 350 | 142 | 65 |
| Binary | 10001 | 110010 | 11111101 | 1011101 | 1010000 | 0 | 1 | 11101000 | 1100010 | 110101 |
Color Harmonies of #1132FD
Complementary color
Monochromatic Colors of #1132FD
Black with #1132FD
Text Example
Text Example
White with #1132FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1132FD; }
p { color: rgb(17,50,253); }
H1.HeaderClassName
{
color: #1132FD;
}
.AnyTagClassName
{
color: #1132FD;
}
</style>
background-color css
<style>
a { background-color: #1132FD; }
a { background-color: rgb(17,50,253); }
div.DivClassName
{
background-color: #1132FD;
}
.BgClassName
{
background-color: #1132FD;
}
</style>
border-color css
<style>
span { border-color: #1132FD; }
span { border-color: rgb(17,50,253); }
td.TdClassName
{
border-color: #1132FD;
}
.TagClassName
{
border-color: #1132FD;
}
</style>