Html Css Color HEX #110ABD Medium Blue

📋 copy color: '#110ABD'

red 17 ◦ green 10 ◦ blue 189

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

Shades of Medium Blue #110ABD

Tints of Medium Blue #110ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 87.5%

R = 7.87%
G = 4.63%
B = 87.5%

CMYK

 C value IS 0.91

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#110ABD (or 0x110ABD) is known color: Medium Blue. HEX triplet: 11, 0A and BD. RGB value is (17,10,189). Sum of RGB (Red+Green+Blue) = 17+10+189=216 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.87% from 216); Green value is 10 (4.30% from 255 or 4.63% from 216); Blue value is 189 (74.22% from 255 or 87.5% from 216); Max value from RGB is 189 - color contains mainly: blue. Hex color #110ABD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110ABD is #EEF542. Grayscale: #1F1F1F. Windows color (decimal): -15660355 or 12388881. OLE color: 12388881.

HSL color Cylindrical-coordinate representation of color #110ABD: hue angle of 242.35º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #110ABD is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 17 10 189 -
CMYK 0.91 0.95 0 0.26
HSL 242.35º 0.9% 0.39% -
HSV(B) 242.35º 0.95% 0.74% -
XYZ 9.53 4.01 48.42 -
YUV 32.5 216.32 116.95 -
System Red Green Blue C M Y K H S L
Decimal 17 10 189 0.91 0.95 0 0.26 242.35 0.9 0.39
Hex 11 A BD 5B 5F 0 1A F2 5A 27
Octal 21 12 275 133 137 0 32 362 132 47
Binary 10001 1010 10111101 1011011 1011111 0 11010 11110010 1011010 100111

Color Harmonies of #110ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110ABD

Black with #110ABD

Text Example


Text Example

White with #110ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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