#112bed

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

Shades of Blue #112BED

Tints of Blue #112BED

Color information

#112BED (or 0x112BED) is unknown color: approx Blue. HEX triplet: 11, 2B and ED. RGB value is (17,43,237). Sum of RGB (Red+Green+Blue) = 17+43+237=297 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.72% from 297); Green value is 43 (17.19% from 255 or 14.48% from 297); Blue value is 237 (92.97% from 255 or 79.80% from 297); Max value from RGB is 237 - color contains mainly: blue. Hex color #112BED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #112BED is #EED412. Grayscale: #383838. Windows color (decimal): -15651859 or 15543057. OLE color: 15543057.

HSL color Cylindrical-coordinate representation of color #112BED: hue angle of 232.91º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #112BED is Cyan = 0.93, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB1743237-
CMYK0.930.8200.07
HSL232.91º86.61%49.8%-
HSV(B)232.91º92.83%92.94%-
XYZ16.387.9680.79-
YUV57.34229.3999.23-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.72%
GREEN value IS 43 (17.19% from 255) = 14.48%
BLUE value IS 237 (92.97% from 255) = 79.80%
R=5.72%
G=14.48%
B=79.80%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal17432370.930.8200.07232.9186.6149.8
Hex112BED5D5207e95732
Octal21533551351220735112762
Binary1000110101111101101101110110100100111111010011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112bed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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