Html Css Color HEX #112EF7 Blue

📋 copy color: '#112EF7'

red 17 ◦ green 46 ◦ blue 247

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

Shades of Blue #112EF7

Tints of Blue #112EF7

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.84%

 BLUE value IS 247 (96.88% from 255) = 79.68%

R = 5.48%
G = 14.84%
B = 79.68%

CMYK

 C value IS 0.93

 M value IS 0.81

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#112EF7 (or 0x112EF7) is known color: Blue. HEX triplet: 11, 2E and F7. RGB value is (17,46,247). Sum of RGB (Red+Green+Blue) = 17+46+247=310 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.48% from 310); Green value is 46 (18.36% from 255 or 14.84% from 310); Blue value is 247 (96.88% from 255 or 79.68% from 310); Max value from RGB is 247 - color contains mainly: blue. Hex color #112EF7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #112EF7 is #EED108. Grayscale: #3B3B3B. Windows color (decimal): -15651081 or 16199185. OLE color: 16199185.

HSL color Cylindrical-coordinate representation of color #112EF7: hue angle of 232.43º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #112EF7 is Cyan = 0.93, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 17 46 247 -
CMYK 0.93 0.81 0 0.03
HSL 232.43º 0.93% 0.52% -
HSV(B) 232.43º 0.93% 0.97% -
XYZ 18 8.79 88.74 -
YUV 60.24 233.39 97.16 -
System Red Green Blue C M Y K H S L
Decimal 17 46 247 0.93 0.81 0 0.03 232.43 0.93 0.52
Hex 11 2E F7 5D 51 0 3 E8 5D 34
Octal 21 56 367 135 121 0 3 350 135 64
Binary 10001 101110 11110111 1011101 1010001 0 11 11101000 1011101 110100

Color Harmonies of #112EF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112EF7

Black with #112EF7

Text Example


Text Example

White with #112EF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,46,247); }

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

background-color css

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

 a { background-color: rgb(17,46,247); }

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

border-color css

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

 span { border-color: rgb(17,46,247); }

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