Html Css Color HEX #110ADE Medium Blue

📋 copy color: '#110ADE'

red 17 ◦ green 10 ◦ blue 222

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

Shades of Medium Blue #110ADE

Tints of Medium Blue #110ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 89.16%

R = 6.83%
G = 4.02%
B = 89.16%

CMYK

 C value IS 0.92

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#110ADE (or 0x110ADE) is known color: Medium Blue. HEX triplet: 11, 0A and DE. RGB value is (17,10,222). Sum of RGB (Red+Green+Blue) = 17+10+222=249 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.83% from 249); Green value is 10 (4.30% from 255 or 4.02% from 249); Blue value is 222 (87.11% from 255 or 89.16% from 249); Max value from RGB is 222 - color contains mainly: blue. Hex color #110ADE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110ADE is #EEF521. Grayscale: #232323. Windows color (decimal): -15660322 or 14551569. OLE color: 14551569.

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

Color convert

RGB 17 10 222 -
CMYK 0.92 0.95 0 0.13
HSL 241.98º 0.91% 0.45% -
HSV(B) 241.98º 0.95% 0.87% -
XYZ 13.52 5.61 69.48 -
YUV 36.26 232.82 114.26 -
System Red Green Blue C M Y K H S L
Decimal 17 10 222 0.92 0.95 0 0.13 241.98 0.91 0.45
Hex 11 A DE 5C 5F 0 D F2 5B 2D
Octal 21 12 336 134 137 0 15 362 133 55
Binary 10001 1010 11011110 1011100 1011111 0 1101 11110010 1011011 101101

Color Harmonies of #110ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110ADE

Black with #110ADE

Text Example


Text Example

White with #110ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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