Html Css Color HEX #110EDC Medium Blue

📋 copy color: '#110EDC'

red 17 ◦ green 14 ◦ blue 220

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

Shades of Medium Blue #110EDC

Tints of Medium Blue #110EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 87.65%

R = 6.77%
G = 5.58%
B = 87.65%

CMYK

 C value IS 0.92

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#110EDC (or 0x110EDC) is known color: Medium Blue. HEX triplet: 11, 0E and DC. RGB value is (17,14,220). Sum of RGB (Red+Green+Blue) = 17+14+220=251 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.77% from 251); Green value is 14 (5.86% from 255 or 5.58% from 251); Blue value is 220 (86.33% from 255 or 87.65% from 251); Max value from RGB is 220 - color contains mainly: blue. Hex color #110EDC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110EDC is #EEF123. Grayscale: #252525. Windows color (decimal): -15659300 or 14421521. OLE color: 14421521.

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

Color convert

RGB 17 14 220 -
CMYK 0.92 0.94 0 0.14
HSL 240.87º 0.88% 0.46% -
HSV(B) 240.87º 0.94% 0.86% -
XYZ 13.31 5.6 68.09 -
YUV 38.38 230.49 112.75 -
System Red Green Blue C M Y K H S L
Decimal 17 14 220 0.92 0.94 0 0.14 240.87 0.88 0.46
Hex 11 E DC 5C 5E 0 E F1 58 2E
Octal 21 16 334 134 136 0 16 361 130 56
Binary 10001 1110 11011100 1011100 1011110 0 1110 11110001 1011000 101110

Color Harmonies of #110EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110EDC

Black with #110EDC

Text Example


Text Example

White with #110EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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