Shades of Blue #110BEA
Tints of Blue #110BEA
RGB
CMYK
RGB Variations
Color information
#110BEA (or 0x110BEA) is known color: Blue. HEX triplet: 11, 0B and EA. RGB value is (17,11,234). Sum of RGB (Red+Green+Blue) = 17+11+234=262 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.49% from 262); Green value is 11 (4.69% from 255 or 4.20% from 262); Blue value is 234 (91.80% from 255 or 89.31% from 262); Max value from RGB is 234 - color contains mainly: blue. Hex color #110BEA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #110BEA is #EEF415. Grayscale: #252525. Windows color (decimal): -15660054 or 15338257. OLE color: 15338257.
HSL color Cylindrical-coordinate representation of color #110BEA: hue angle of 241.61º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #110BEA is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 17 | 11 | 234 | - |
| CMYK | 0.93 | 0.95 | 0 | 0.08 |
| HSL | 241.61º | 0.91% | 0.48% | - |
| HSV(B) | 241.61º | 0.95% | 0.92% | - |
| XYZ | 15.2 | 6.3 | 78.26 | - |
| YUV | 38.22 | 238.49 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 11 | 234 | 0.93 | 0.95 | 0 | 0.08 | 241.61 | 0.91 | 0.48 |
| Hex | 11 | B | EA | 5D | 5F | 0 | 8 | F2 | 5B | 30 |
| Octal | 21 | 13 | 352 | 135 | 137 | 0 | 10 | 362 | 133 | 60 |
| Binary | 10001 | 1011 | 11101010 | 1011101 | 1011111 | 0 | 1000 | 11110010 | 1011011 | 110000 |
Color Harmonies of #110BEA
Complementary color
Monochromatic Colors of #110BEA
Black with #110BEA
Text Example
Text Example
White with #110BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110BEA; }
p { color: rgb(17,11,234); }
H1.HeaderClassName
{
color: #110BEA;
}
.AnyTagClassName
{
color: #110BEA;
}
</style>
background-color css
<style>
a { background-color: #110BEA; }
a { background-color: rgb(17,11,234); }
div.DivClassName
{
background-color: #110BEA;
}
.BgClassName
{
background-color: #110BEA;
}
</style>
border-color css
<style>
span { border-color: #110BEA; }
span { border-color: rgb(17,11,234); }
td.TdClassName
{
border-color: #110BEA;
}
.TagClassName
{
border-color: #110BEA;
}
</style>