Shades of Blue #1119FB
Tints of Blue #1119FB
RGB
CMYK
RGB Variations
Color information
#1119FB (or 0x1119FB) is known color: Blue. HEX triplet: 11, 19 and FB. RGB value is (17,25,251). Sum of RGB (Red+Green+Blue) = 17+25+251=293 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.80% from 293); Green value is 25 (10.16% from 255 or 8.53% from 293); Blue value is 251 (98.44% from 255 or 85.67% from 293); Max value from RGB is 251 - color contains mainly: blue. Hex color #1119FB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1119FB is #EEE604. Grayscale: #2F2F2F. Windows color (decimal): -15656453 or 16455953. OLE color: 16455953.
HSL color Cylindrical-coordinate representation of color #1119FB: hue angle of 237.95º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1119FB is Cyan = 0.93, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 25 | 251 | - |
| CMYK | 0.93 | 0.90 | 0 | 0.02 |
| HSL | 237.95º | 0.97% | 0.53% | - |
| HSV(B) | 237.95º | 0.93% | 0.98% | - |
| XYZ | 17.99 | 7.78 | 91.82 | - |
| YUV | 48.37 | 242.35 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 25 | 251 | 0.93 | 0.90 | 0 | 0.02 | 237.95 | 0.97 | 0.53 |
| Hex | 11 | 19 | FB | 5D | 5A | 0 | 2 | EE | 61 | 35 |
| Octal | 21 | 31 | 373 | 135 | 132 | 0 | 2 | 356 | 141 | 65 |
| Binary | 10001 | 11001 | 11111011 | 1011101 | 1011010 | 0 | 10 | 11101110 | 1100001 | 110101 |
Color Harmonies of #1119FB
Complementary color
Monochromatic Colors of #1119FB
Black with #1119FB
Text Example
Text Example
White with #1119FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1119FB; }
p { color: rgb(17,25,251); }
H1.HeaderClassName
{
color: #1119FB;
}
.AnyTagClassName
{
color: #1119FB;
}
</style>
background-color css
<style>
a { background-color: #1119FB; }
a { background-color: rgb(17,25,251); }
div.DivClassName
{
background-color: #1119FB;
}
.BgClassName
{
background-color: #1119FB;
}
</style>
border-color css
<style>
span { border-color: #1119FB; }
span { border-color: rgb(17,25,251); }
td.TdClassName
{
border-color: #1119FB;
}
.TagClassName
{
border-color: #1119FB;
}
</style>