Shades of Blue #113CFE
Tints of Blue #113CFE
RGB
CMYK
RGB Variations
Color information
#113CFE (or 0x113CFE) is known color: Blue. HEX triplet: 11, 3C and FE. RGB value is (17,60,254). Sum of RGB (Red+Green+Blue) = 17+60+254=331 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.14% from 331); Green value is 60 (23.83% from 255 or 18.13% from 331); Blue value is 254 (99.61% from 255 or 76.74% from 331); Max value from RGB is 254 - color contains mainly: blue. Hex color #113CFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #113CFE is #EEC301. Grayscale: #444444. Windows color (decimal): -15647490 or 16661521. OLE color: 16661521.
HSL color Cylindrical-coordinate representation of color #113CFE: hue angle of 229.11º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #113CFE is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 60 | 254 | - |
| CMYK | 0.93 | 0.76 | 0 | 0.00 |
| HSL | 229.11º | 0.99% | 0.53% | - |
| HSV(B) | 229.11º | 0.93% | 1% | - |
| XYZ | 19.74 | 10.51 | 94.75 | - |
| YUV | 69.26 | 232.25 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 60 | 254 | 0.93 | 0.76 | 0 | 0.00 | 229.11 | 0.99 | 0.53 |
| Hex | 11 | 3C | FE | 5D | 4C | 0 | 0 | E5 | 63 | 35 |
| Octal | 21 | 74 | 376 | 135 | 114 | 0 | 0 | 345 | 143 | 65 |
| Binary | 10001 | 111100 | 11111110 | 1011101 | 1001100 | 0 | 0 | 11100101 | 1100011 | 110101 |
Color Harmonies of #113CFE
Complementary color
Monochromatic Colors of #113CFE
Black with #113CFE
Text Example
Text Example
White with #113CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113CFE; }
p { color: rgb(17,60,254); }
H1.HeaderClassName
{
color: #113CFE;
}
.AnyTagClassName
{
color: #113CFE;
}
</style>
background-color css
<style>
a { background-color: #113CFE; }
a { background-color: rgb(17,60,254); }
div.DivClassName
{
background-color: #113CFE;
}
.BgClassName
{
background-color: #113CFE;
}
</style>
border-color css
<style>
span { border-color: #113CFE; }
span { border-color: rgb(17,60,254); }
td.TdClassName
{
border-color: #113CFE;
}
.TagClassName
{
border-color: #113CFE;
}
</style>