Html Css Color HEX #110DCD Medium Blue

📋 copy color: '#110DCD'

red 17 ◦ green 13 ◦ blue 205

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

Shades of Medium Blue #110DCD

Tints of Medium Blue #110DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 87.23%

R = 7.23%
G = 5.53%
B = 87.23%

CMYK

 C value IS 0.92

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#110DCD (or 0x110DCD) is known color: Medium Blue. HEX triplet: 11, 0D and CD. RGB value is (17,13,205). Sum of RGB (Red+Green+Blue) = 17+13+205=235 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.23% from 235); Green value is 13 (5.47% from 255 or 5.53% from 235); Blue value is 205 (80.47% from 255 or 87.23% from 235); Max value from RGB is 205 - color contains mainly: blue. Hex color #110DCD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110DCD is #EEF232. Grayscale: #232323. Windows color (decimal): -15659571 or 13438225. OLE color: 13438225.

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

Color convert

RGB 17 13 205 -
CMYK 0.92 0.94 0 0.20
HSL 241.25º 0.88% 0.43% -
HSV(B) 241.25º 0.94% 0.8% -
XYZ 11.39 4.81 58.09 -
YUV 36.08 223.33 114.39 -
System Red Green Blue C M Y K H S L
Decimal 17 13 205 0.92 0.94 0 0.20 241.25 0.88 0.43
Hex 11 D CD 5C 5E 0 14 F1 58 2B
Octal 21 15 315 134 136 0 24 361 130 53
Binary 10001 1101 11001101 1011100 1011110 0 10100 11110001 1011000 101011

Color Harmonies of #110DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110DCD

Black with #110DCD

Text Example


Text Example

White with #110DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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