Shades of Blue #1131F2
Tints of Blue #1131F2
RGB
CMYK
RGB Variations
Color information
#1131F2 (or 0x1131F2) is known color: Blue. HEX triplet: 11, 31 and F2. RGB value is (17,49,242). Sum of RGB (Red+Green+Blue) = 17+49+242=308 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.52% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 242 (94.92% from 255 or 78.57% from 308); Max value from RGB is 242 - color contains mainly: blue. Hex color #1131F2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1131F2 is #EECE0D. Grayscale: #3C3C3C. Windows color (decimal): -15650318 or 15872273. OLE color: 15872273.
HSL color Cylindrical-coordinate representation of color #1131F2: hue angle of 231.47º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1131F2 is Cyan = 0.93, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 17 | 49 | 242 | - |
| CMYK | 0.93 | 0.80 | 0 | 0.05 |
| HSL | 231.47º | 0.9% | 0.51% | - |
| HSV(B) | 231.47º | 0.93% | 0.95% | - |
| XYZ | 17.36 | 8.73 | 84.77 | - |
| YUV | 61.43 | 229.9 | 96.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 49 | 242 | 0.93 | 0.80 | 0 | 0.05 | 231.47 | 0.9 | 0.51 |
| Hex | 11 | 31 | F2 | 5D | 50 | 0 | 5 | E7 | 5A | 33 |
| Octal | 21 | 61 | 362 | 135 | 120 | 0 | 5 | 347 | 132 | 63 |
| Binary | 10001 | 110001 | 11110010 | 1011101 | 1010000 | 0 | 101 | 11100111 | 1011010 | 110011 |
Color Harmonies of #1131F2
Complementary color
Monochromatic Colors of #1131F2
Black with #1131F2
Text Example
Text Example
White with #1131F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1131F2; }
p { color: rgb(17,49,242); }
H1.HeaderClassName
{
color: #1131F2;
}
.AnyTagClassName
{
color: #1131F2;
}
</style>
background-color css
<style>
a { background-color: #1131F2; }
a { background-color: rgb(17,49,242); }
div.DivClassName
{
background-color: #1131F2;
}
.BgClassName
{
background-color: #1131F2;
}
</style>
border-color css
<style>
span { border-color: #1131F2; }
span { border-color: rgb(17,49,242); }
td.TdClassName
{
border-color: #1131F2;
}
.TagClassName
{
border-color: #1131F2;
}
</style>