Html Css Color HEX #1112EB Blue

📋 copy color: '#1112EB'

red 17 ◦ green 18 ◦ blue 235

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

Shades of Blue #1112EB

Tints of Blue #1112EB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.67%

 BLUE value IS 235 (92.19% from 255) = 87.04%

R = 6.3%
G = 6.67%
B = 87.04%

CMYK

 C value IS 0.93

 M value IS 0.92

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1112EB (or 0x1112EB) is known color: Blue. HEX triplet: 11, 12 and EB. RGB value is (17,18,235). Sum of RGB (Red+Green+Blue) = 17+18+235=270 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.30% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 235 (92.19% from 255 or 87.04% from 270); Max value from RGB is 235 - color contains mainly: blue. Hex color #1112EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1112EB is #EEED14. Grayscale: #292929. Windows color (decimal): -15658261 or 15405585. OLE color: 15405585.

HSL color Cylindrical-coordinate representation of color #1112EB: hue angle of 239.72º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1112EB is Cyan = 0.93, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 17 18 235 -
CMYK 0.93 0.92 0 0.08
HSL 239.72º 0.87% 0.49% -
HSV(B) 239.72º 0.93% 0.92% -
XYZ 15.44 6.55 79.05 -
YUV 42.44 236.67 109.86 -
System Red Green Blue C M Y K H S L
Decimal 17 18 235 0.93 0.92 0 0.08 239.72 0.87 0.49
Hex 11 12 EB 5D 5C 0 8 F0 57 31
Octal 21 22 353 135 134 0 10 360 127 61
Binary 10001 10010 11101011 1011101 1011100 0 1000 11110000 1010111 110001

Color Harmonies of #1112EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1112EB

Black with #1112EB

Text Example


Text Example

White with #1112EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1112EB; }

 p { color: rgb(17,18,235); }

 H1.HeaderClassName
 {
   color: #1112EB;
 }
 .AnyTagClassName
 {
   color: #1112EB;
 }
</style>

background-color css

<style>
 a { background-color: #1112EB; }

 a { background-color: rgb(17,18,235); }

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

border-color css

<style>
 span { border-color: #1112EB; }

 span { border-color: rgb(17,18,235); }

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