Html Css Color HEX #110DDD Medium Blue

📋 copy color: '#110DDD'

red 17 ◦ green 13 ◦ blue 221

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

Shades of Medium Blue #110DDD

Tints of Medium Blue #110DDD

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.18%

 BLUE value IS 221 (86.72% from 255) = 88.05%

R = 6.77%
G = 5.18%
B = 88.05%

CMYK

 C value IS 0.92

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#110DDD (or 0x110DDD) is known color: Medium Blue. HEX triplet: 11, 0D and DD. RGB value is (17,13,221). Sum of RGB (Red+Green+Blue) = 17+13+221=251 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.77% from 251); Green value is 13 (5.47% from 255 or 5.18% from 251); Blue value is 221 (86.72% from 255 or 88.05% from 251); Max value from RGB is 221 - color contains mainly: blue. Hex color #110DDD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110DDD is #EEF222. Grayscale: #252525. Windows color (decimal): -15659555 or 14486801. OLE color: 14486801.

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

Color convert

RGB 17 13 221 -
CMYK 0.92 0.94 0 0.13
HSL 241.15º 0.89% 0.46% -
HSV(B) 241.15º 0.94% 0.87% -
XYZ 13.43 5.63 68.79 -
YUV 37.91 231.33 113.09 -
System Red Green Blue C M Y K H S L
Decimal 17 13 221 0.92 0.94 0 0.13 241.15 0.89 0.46
Hex 11 D DD 5C 5E 0 D F1 59 2E
Octal 21 15 335 134 136 0 15 361 131 56
Binary 10001 1101 11011101 1011100 1011110 0 1101 11110001 1011001 101110

Color Harmonies of #110DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110DDD

Black with #110DDD

Text Example


Text Example

White with #110DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,13,221); }

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

background-color css

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

 a { background-color: rgb(17,13,221); }

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

border-color css

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

 span { border-color: rgb(17,13,221); }

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