#112BFF

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

Shades of Blue #112BFF

Tints of Blue #112BFF

Color information

#112BFF (or 0x112BFF) is unknown color: approx Blue. HEX triplet: 11, 2B and FF. RGB value is (17,43,255). Sum of RGB (Red+Green+Blue) = 17+43+255=315 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.40% from 315); Green value is 43 (17.19% from 255 or 13.65% from 315); Blue value is 255 (100% from 255 or 80.95% from 315); Max value from RGB is 255 - color contains mainly: blue. Hex color #112BFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #112BFF is #EED400. Grayscale: #3A3A3A. Windows color (decimal): -15651841 or 16722705. OLE color: 16722705.

HSL color Cylindrical-coordinate representation of color #112BFF: hue angle of 233.45º 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 #112BFF is Cyan = 0.93, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB1743255-
CMYK0.930.8300
HSL233.45º100%53.33%-
HSV(B)233.45º93.33%100%-
XYZ19.159.0795.35-
YUV59.39238.3997.76-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.40%
GREEN value IS 43 (17.19% from 255) = 13.65%
BLUE value IS 255 (100% from 255) = 80.95%
R=5.40%
G=13.65%
B=80.95%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal17432550.930.8300233.4510053.33
Hex112BFF5D5300e96435
Octal21533771351230035114465
Binary10001101011111111111011101101001100111010011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112BFF; }

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

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

<style>
 a { background-color: #112BFF; }

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

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

<style>
 span { border-color: #112BFF; }

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

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