Html Css Color HEX #112CEC Blue

📋 copy color: '#112CEC'

red 17 ◦ green 44 ◦ blue 236

#112CEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue #112CEC

Tints of Blue #112CEC

RGB

 RED value IS 17 (7.03% from 255) = 5.72%

 GREEN value IS 44 (17.58% from 255) = 14.81%

 BLUE value IS 236 (92.58% from 255) = 79.46%

R = 5.72%
G = 14.81%
B = 79.46%

CMYK

 C value IS 0.93

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#112CEC (or 0x112CEC) is known color: Blue. HEX triplet: 11, 2C and EC. RGB value is (17,44,236). Sum of RGB (Red+Green+Blue) = 17+44+236=297 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.72% from 297); Green value is 44 (17.58% from 255 or 14.81% from 297); Blue value is 236 (92.58% from 255 or 79.46% from 297); Max value from RGB is 236 - color contains mainly: blue. Hex color #112CEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #112CEC is #EED313. Grayscale: #393939. Windows color (decimal): -15651604 or 15477777. OLE color: 15477777.

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

Color convert

RGB 17 44 236 -
CMYK 0.93 0.81 0 0.07
HSL 232.6º 0.87% 0.5% -
HSV(B) 232.6º 0.93% 0.93% -
XYZ 16.27 7.98 80.04 -
YUV 57.82 228.55 98.89 -
System Red Green Blue C M Y K H S L
Decimal 17 44 236 0.93 0.81 0 0.07 232.6 0.87 0.5
Hex 11 2C EC 5D 51 0 7 E9 57 32
Octal 21 54 354 135 121 0 7 351 127 62
Binary 10001 101100 11101100 1011101 1010001 0 111 11101001 1010111 110010

Color Harmonies of #112CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112CEC

Black with #112CEC

Text Example


Text Example

White with #112CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,44,236); }

 H1.HeaderClassName
 {
   color: #112CEC;
 }
 .AnyTagClassName
 {
   color: #112CEC;
 }
</style>

background-color css

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

 a { background-color: rgb(17,44,236); }

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

border-color css

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

 span { border-color: rgb(17,44,236); }

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