Shades of Blue #1109FD
Tints of Blue #1109FD
RGB
CMYK
RGB Variations
Color information
#1109FD (or 0x1109FD) is known color: Blue. HEX triplet: 11, 09 and FD. RGB value is (17,9,253). Sum of RGB (Red+Green+Blue) = 17+9+253=279 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.09% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 253 (99.22% from 255 or 90.68% from 279); Max value from RGB is 253 - color contains mainly: blue. Hex color #1109FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1109FD is #EEF602. Grayscale: #262626. Windows color (decimal): -15660547 or 16582929. OLE color: 16582929.
HSL color Cylindrical-coordinate representation of color #1109FD: hue angle of 241.97º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1109FD is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 9 | 253 | - |
| CMYK | 0.93 | 0.96 | 0 | 0.01 |
| HSL | 241.97º | 0.98% | 0.51% | - |
| HSV(B) | 241.97º | 0.96% | 0.99% | - |
| XYZ | 18.06 | 7.41 | 93.41 | - |
| YUV | 39.21 | 248.65 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 9 | 253 | 0.93 | 0.96 | 0 | 0.01 | 241.97 | 0.98 | 0.51 |
| Hex | 11 | 9 | FD | 5D | 60 | 0 | 1 | F2 | 62 | 33 |
| Octal | 21 | 11 | 375 | 135 | 140 | 0 | 1 | 362 | 142 | 63 |
| Binary | 10001 | 1001 | 11111101 | 1011101 | 1100000 | 0 | 1 | 11110010 | 1100010 | 110011 |
Color Harmonies of #1109FD
Complementary color
Monochromatic Colors of #1109FD
Black with #1109FD
Text Example
Text Example
White with #1109FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1109FD; }
p { color: rgb(17,9,253); }
H1.HeaderClassName
{
color: #1109FD;
}
.AnyTagClassName
{
color: #1109FD;
}
</style>
background-color css
<style>
a { background-color: #1109FD; }
a { background-color: rgb(17,9,253); }
div.DivClassName
{
background-color: #1109FD;
}
.BgClassName
{
background-color: #1109FD;
}
</style>
border-color css
<style>
span { border-color: #1109FD; }
span { border-color: rgb(17,9,253); }
td.TdClassName
{
border-color: #1109FD;
}
.TagClassName
{
border-color: #1109FD;
}
</style>