Shades of Blue #113CFB
Tints of Blue #113CFB
RGB
CMYK
RGB Variations
Color information
#113CFB (or 0x113CFB) is known color: Blue. HEX triplet: 11, 3C and FB. RGB value is (17,60,251). Sum of RGB (Red+Green+Blue) = 17+60+251=328 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.18% from 328); Green value is 60 (23.83% from 255 or 18.29% from 328); Blue value is 251 (98.44% from 255 or 76.52% from 328); Max value from RGB is 251 - color contains mainly: blue. Hex color #113CFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #113CFB is #EEC304. Grayscale: #444444. Windows color (decimal): -15647493 or 16464913. OLE color: 16464913.
HSL color Cylindrical-coordinate representation of color #113CFB: hue angle of 228.97º 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 #113CFB is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 60 | 251 | - |
| CMYK | 0.93 | 0.76 | 0 | 0.02 |
| HSL | 228.97º | 0.97% | 0.53% | - |
| HSV(B) | 228.97º | 0.93% | 0.98% | - |
| XYZ | 19.26 | 10.32 | 92.24 | - |
| YUV | 68.92 | 230.75 | 90.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 60 | 251 | 0.93 | 0.76 | 0 | 0.02 | 228.97 | 0.97 | 0.53 |
| Hex | 11 | 3C | FB | 5D | 4C | 0 | 2 | E5 | 61 | 35 |
| Octal | 21 | 74 | 373 | 135 | 114 | 0 | 2 | 345 | 141 | 65 |
| Binary | 10001 | 111100 | 11111011 | 1011101 | 1001100 | 0 | 10 | 11100101 | 1100001 | 110101 |
Color Harmonies of #113CFB
Complementary color
Monochromatic Colors of #113CFB
Black with #113CFB
Text Example
Text Example
White with #113CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113CFB; }
p { color: rgb(17,60,251); }
H1.HeaderClassName
{
color: #113CFB;
}
.AnyTagClassName
{
color: #113CFB;
}
</style>
background-color css
<style>
a { background-color: #113CFB; }
a { background-color: rgb(17,60,251); }
div.DivClassName
{
background-color: #113CFB;
}
.BgClassName
{
background-color: #113CFB;
}
</style>
border-color css
<style>
span { border-color: #113CFB; }
span { border-color: rgb(17,60,251); }
td.TdClassName
{
border-color: #113CFB;
}
.TagClassName
{
border-color: #113CFB;
}
</style>