Html Css Color HEX #110ADC Medium Blue

📋 copy color: '#110ADC'

red 17 ◦ green 10 ◦ blue 220

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

Shades of Medium Blue #110ADC

Tints of Medium Blue #110ADC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.05%

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

R = 6.88%
G = 4.05%
B = 89.07%

CMYK

 C value IS 0.92

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#110ADC (or 0x110ADC) is known color: Medium Blue. HEX triplet: 11, 0A and DC. RGB value is (17,10,220). Sum of RGB (Red+Green+Blue) = 17+10+220=247 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.88% from 247); Green value is 10 (4.30% from 255 or 4.05% from 247); Blue value is 220 (86.33% from 255 or 89.07% from 247); Max value from RGB is 220 - color contains mainly: blue. Hex color #110ADC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110ADC is #EEF523. Grayscale: #232323. Windows color (decimal): -15660324 or 14420497. OLE color: 14420497.

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

Color convert

RGB 17 10 220 -
CMYK 0.92 0.95 0 0.14
HSL 242º 0.91% 0.45% -
HSV(B) 242º 0.95% 0.86% -
XYZ 13.26 5.5 68.07 -
YUV 36.03 231.82 114.42 -
System Red Green Blue C M Y K H S L
Decimal 17 10 220 0.92 0.95 0 0.14 242 0.91 0.45
Hex 11 A DC 5C 5F 0 E F2 5B 2D
Octal 21 12 334 134 137 0 16 362 133 55
Binary 10001 1010 11011100 1011100 1011111 0 1110 11110010 1011011 101101

Color Harmonies of #110ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110ADC

Black with #110ADC

Text Example


Text Example

White with #110ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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