#113CFF

Color #113CFF Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #113CFF

Tints of Blue #113CFF

Color information

#113CFF (or 0x113CFF) is unknown color: approx Blue. HEX triplet: 11, 3C and FF. RGB value is (17,60,255). Sum of RGB (Red+Green+Blue) = 17+60+255=332 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.12% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 255 (100% from 255 or 76.81% from 332); Max value from RGB is 255 - color contains mainly: blue. Hex color #113CFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #113CFF is #EEC300. Grayscale: #444444. Windows color (decimal): -15647489 or 16727057. OLE color: 16727057.

HSL color Cylindrical-coordinate representation of color #113CFF: hue angle of 229.16º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #113CFF is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB1760255-
CMYK0.930.7600
HSL229.16º100%53.33%-
HSV(B)229.16º93.33%100%-
XYZ19.910.5795.6-
YUV69.37232.7590.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 17 (7.03% from 255) = 5.12%
GREEN value IS 60 (23.83% from 255) = 18.07%
BLUE value IS 255 (100% from 255) = 76.81%
R=5.12%
G=18.07%
B=76.81%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal17602550.930.7600229.1610053.33
Hex113CFF5D4C00e56435
Octal21743771351140034514465
Binary10001111100111111111011101100110000111001011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113CFF; }

 p { color: rgb(17,60,255); }

 H1.HeaderClassName
 {
   color: #113CFF;
 }
 .AnyTagClassName
 {
   color: #113CFF;
 }
</style>
background-color css

<style>
 a { background-color: #113CFF; }

 a { background-color: rgb(17,60,255); }

 div.DivClassName
 {
   background-color: #113CFF;
 }
 .BgClassName
 {
   background-color: #113CFF;
 }
</style>
border-color css

<style>
 span { border-color: #113CFF; }

 span { border-color: rgb(17,60,255); }

 td.TdClassName
 {
   border-color: #113CFF;
 }
 .TagClassName
 {
   border-color: #113CFF;
 }
</style>