Shades of Blue #1121FA
Tints of Blue #1121FA
RGB
CMYK
RGB Variations
Color information
#1121FA (or 0x1121FA) is known color: Blue. HEX triplet: 11, 21 and FA. RGB value is (17,33,250). Sum of RGB (Red+Green+Blue) = 17+33+250=300 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.67% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 250 (98.05% from 255 or 83.33% from 300); Max value from RGB is 250 - color contains mainly: blue. Hex color #1121FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1121FA is #EEDE05. Grayscale: #343434. Windows color (decimal): -15654406 or 16392465. OLE color: 16392465.
HSL color Cylindrical-coordinate representation of color #1121FA: hue angle of 235.88º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1121FA is Cyan = 0.93, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 33 | 250 | - |
| CMYK | 0.93 | 0.87 | 0 | 0.02 |
| HSL | 235.88º | 0.96% | 0.52% | - |
| HSV(B) | 235.88º | 0.93% | 0.98% | - |
| XYZ | 18.03 | 8.11 | 91.06 | - |
| YUV | 52.95 | 239.2 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 33 | 250 | 0.93 | 0.87 | 0 | 0.02 | 235.88 | 0.96 | 0.52 |
| Hex | 11 | 21 | FA | 5D | 57 | 0 | 2 | EC | 60 | 34 |
| Octal | 21 | 41 | 372 | 135 | 127 | 0 | 2 | 354 | 140 | 64 |
| Binary | 10001 | 100001 | 11111010 | 1011101 | 1010111 | 0 | 10 | 11101100 | 1100000 | 110100 |
Color Harmonies of #1121FA
Complementary color
Monochromatic Colors of #1121FA
Black with #1121FA
Text Example
Text Example
White with #1121FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1121FA; }
p { color: rgb(17,33,250); }
H1.HeaderClassName
{
color: #1121FA;
}
.AnyTagClassName
{
color: #1121FA;
}
</style>
background-color css
<style>
a { background-color: #1121FA; }
a { background-color: rgb(17,33,250); }
div.DivClassName
{
background-color: #1121FA;
}
.BgClassName
{
background-color: #1121FA;
}
</style>
border-color css
<style>
span { border-color: #1121FA; }
span { border-color: rgb(17,33,250); }
td.TdClassName
{
border-color: #1121FA;
}
.TagClassName
{
border-color: #1121FA;
}
</style>