#112FFE

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

Shades of Blue #112FFE

Tints of Blue #112FFE

Color information

#112FFE (or 0x112FFE) is unknown color: approx Blue. HEX triplet: 11, 2F and FE. RGB value is (17,47,254). Sum of RGB (Red+Green+Blue) = 17+47+254=318 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.35% from 318); Green value is 47 (18.75% from 255 or 14.78% from 318); Blue value is 254 (99.61% from 255 or 79.87% from 318); Max value from RGB is 254 - color contains mainly: blue. Hex color #112FFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #112FFE is #EED001. Grayscale: #3C3C3C. Windows color (decimal): -15650818 or 16658193. OLE color: 16658193.

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

Color convert

RGB1747254-
CMYK0.930.8100.00
HSL232.41º99.16%53.14%-
HSV(B)232.41º93.31%99.61%-
XYZ19.149.3194.55-
YUV61.63236.5696.17-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.35%
GREEN value IS 47 (18.75% from 255) = 14.78%
BLUE value IS 254 (99.61% from 255) = 79.87%
R=5.35%
G=14.78%
B=79.87%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal17472540.930.8100.00232.4199.1653.14
Hex112FFE5D5100e86335
Octal21573761351210035014365
Binary10001101111111111101011101101000100111010001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,47,254); }

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

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

 a { background-color: rgb(17,47,254); }

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

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

 span { border-color: rgb(17,47,254); }

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