Html Css Color HEX #112DEF Blue

📋 copy color: '#112DEF'

red 17 ◦ green 45 ◦ blue 239

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

Shades of Blue #112DEF

Tints of Blue #112DEF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.95%

 BLUE value IS 239 (93.75% from 255) = 79.4%

R = 5.65%
G = 14.95%
B = 79.4%

CMYK

 C value IS 0.93

 M value IS 0.81

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#112DEF (or 0x112DEF) is known color: Blue. HEX triplet: 11, 2D and EF. RGB value is (17,45,239). Sum of RGB (Red+Green+Blue) = 17+45+239=301 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.65% from 301); Green value is 45 (17.97% from 255 or 14.95% from 301); Blue value is 239 (93.75% from 255 or 79.40% from 301); Max value from RGB is 239 - color contains mainly: blue. Hex color #112DEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #112DEF is #EED210. Grayscale: #393939. Windows color (decimal): -15651345 or 15674641. OLE color: 15674641.

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

Color convert

RGB 17 45 239 -
CMYK 0.93 0.81 0 0.06
HSL 232.43º 0.87% 0.5% -
HSV(B) 232.43º 0.93% 0.94% -
XYZ 16.75 8.23 82.37 -
YUV 58.74 229.72 98.23 -
System Red Green Blue C M Y K H S L
Decimal 17 45 239 0.93 0.81 0 0.06 232.43 0.87 0.5
Hex 11 2D EF 5D 51 0 6 E8 57 32
Octal 21 55 357 135 121 0 6 350 127 62
Binary 10001 101101 11101111 1011101 1010001 0 110 11101000 1010111 110010

Color Harmonies of #112DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112DEF

Black with #112DEF

Text Example


Text Example

White with #112DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,45,239); }

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

background-color css

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

 a { background-color: rgb(17,45,239); }

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

border-color css

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

 span { border-color: rgb(17,45,239); }

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