Html Css Color HEX #110EE2 Medium Blue

📋 copy color: '#110EE2'

red 17 ◦ green 14 ◦ blue 226

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

Shades of Medium Blue #110EE2

Tints of Medium Blue #110EE2

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.45%

 BLUE value IS 226 (88.67% from 255) = 87.94%

R = 6.61%
G = 5.45%
B = 87.94%

CMYK

 C value IS 0.92

 M value IS 0.94

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#110EE2 (or 0x110EE2) is known color: Medium Blue. HEX triplet: 11, 0E and E2. RGB value is (17,14,226). Sum of RGB (Red+Green+Blue) = 17+14+226=257 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.61% from 257); Green value is 14 (5.86% from 255 or 5.45% from 257); Blue value is 226 (88.67% from 255 or 87.94% from 257); Max value from RGB is 226 - color contains mainly: blue. Hex color #110EE2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110EE2 is #EEF11D. Grayscale: #262626. Windows color (decimal): -15659294 or 14814737. OLE color: 14814737.

HSL color Cylindrical-coordinate representation of color #110EE2: hue angle of 240.85º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #110EE2 is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 17 14 226 -
CMYK 0.92 0.94 0 0.11
HSL 240.85º 0.88% 0.47% -
HSV(B) 240.85º 0.94% 0.89% -
XYZ 14.12 5.92 72.35 -
YUV 39.07 233.49 112.26 -
System Red Green Blue C M Y K H S L
Decimal 17 14 226 0.92 0.94 0 0.11 240.85 0.88 0.47
Hex 11 E E2 5C 5E 0 B F1 58 2F
Octal 21 16 342 134 136 0 13 361 130 57
Binary 10001 1110 11100010 1011100 1011110 0 1011 11110001 1011000 101111

Color Harmonies of #110EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110EE2

Black with #110EE2

Text Example


Text Example

White with #110EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110EE2; }

 p { color: rgb(17,14,226); }

 H1.HeaderClassName
 {
   color: #110EE2;
 }
 .AnyTagClassName
 {
   color: #110EE2;
 }
</style>

background-color css

<style>
 a { background-color: #110EE2; }

 a { background-color: rgb(17,14,226); }

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

border-color css

<style>
 span { border-color: #110EE2; }

 span { border-color: rgb(17,14,226); }

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