Shades of Blue #1122F8
Tints of Blue #1122F8
RGB
CMYK
RGB Variations
Color information
#1122F8 (or 0x1122F8) is known color: Blue. HEX triplet: 11, 22 and F8. RGB value is (17,34,248). Sum of RGB (Red+Green+Blue) = 17+34+248=299 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.69% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 248 (97.27% from 255 or 82.94% from 299); Max value from RGB is 248 - color contains mainly: blue. Hex color #1122F8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1122F8 is #EEDD07. Grayscale: #343434. Windows color (decimal): -15654152 or 16261649. OLE color: 16261649.
HSL color Cylindrical-coordinate representation of color #1122F8: hue angle of 235.58º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1122F8 is Cyan = 0.93, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 17 | 34 | 248 | - |
| CMYK | 0.93 | 0.86 | 0 | 0.03 |
| HSL | 235.58º | 0.94% | 0.52% | - |
| HSV(B) | 235.58º | 0.93% | 0.97% | - |
| XYZ | 17.75 | 8.04 | 89.42 | - |
| YUV | 53.31 | 237.87 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 34 | 248 | 0.93 | 0.86 | 0 | 0.03 | 235.58 | 0.94 | 0.52 |
| Hex | 11 | 22 | F8 | 5D | 56 | 0 | 3 | EC | 5E | 34 |
| Octal | 21 | 42 | 370 | 135 | 126 | 0 | 3 | 354 | 136 | 64 |
| Binary | 10001 | 100010 | 11111000 | 1011101 | 1010110 | 0 | 11 | 11101100 | 1011110 | 110100 |
Color Harmonies of #1122F8
Complementary color
Monochromatic Colors of #1122F8
Black with #1122F8
Text Example
Text Example
White with #1122F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1122F8; }
p { color: rgb(17,34,248); }
H1.HeaderClassName
{
color: #1122F8;
}
.AnyTagClassName
{
color: #1122F8;
}
</style>
background-color css
<style>
a { background-color: #1122F8; }
a { background-color: rgb(17,34,248); }
div.DivClassName
{
background-color: #1122F8;
}
.BgClassName
{
background-color: #1122F8;
}
</style>
border-color css
<style>
span { border-color: #1122F8; }
span { border-color: rgb(17,34,248); }
td.TdClassName
{
border-color: #1122F8;
}
.TagClassName
{
border-color: #1122F8;
}
</style>