Html Css Color HEX #112EFB Blue

📋 copy color: '#112EFB'

red 17 ◦ green 46 ◦ blue 251

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

Shades of Blue #112EFB

Tints of Blue #112EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 79.94%

R = 5.41%
G = 14.65%
B = 79.94%

CMYK

 C value IS 0.93

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#112EFB (or 0x112EFB) is known color: Blue. HEX triplet: 11, 2E and FB. RGB value is (17,46,251). Sum of RGB (Red+Green+Blue) = 17+46+251=314 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.41% from 314); Green value is 46 (18.36% from 255 or 14.65% from 314); Blue value is 251 (98.44% from 255 or 79.94% from 314); Max value from RGB is 251 - color contains mainly: blue. Hex color #112EFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #112EFB is #EED104. Grayscale: #3B3B3B. Windows color (decimal): -15651077 or 16461329. OLE color: 16461329.

HSL color Cylindrical-coordinate representation of color #112EFB: hue angle of 232.56º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #112EFB is Cyan = 0.93, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 17 46 251 -
CMYK 0.93 0.82 0 0.02
HSL 232.56º 0.97% 0.53% -
HSV(B) 232.56º 0.93% 0.98% -
XYZ 18.62 9.04 92.03 -
YUV 60.7 235.39 96.83 -
System Red Green Blue C M Y K H S L
Decimal 17 46 251 0.93 0.82 0 0.02 232.56 0.97 0.53
Hex 11 2E FB 5D 52 0 2 E9 61 35
Octal 21 56 373 135 122 0 2 351 141 65
Binary 10001 101110 11111011 1011101 1010010 0 10 11101001 1100001 110101

Color Harmonies of #112EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112EFB

Black with #112EFB

Text Example


Text Example

White with #112EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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