Html Css Color HEX #110DD5 Medium Blue

📋 copy color: '#110DD5'

red 17 ◦ green 13 ◦ blue 213

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

Shades of Medium Blue #110DD5

Tints of Medium Blue #110DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 87.65%

R = 7%
G = 5.35%
B = 87.65%

CMYK

 C value IS 0.92

 M value IS 0.94

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#110DD5 (or 0x110DD5) is known color: Medium Blue. HEX triplet: 11, 0D and D5. RGB value is (17,13,213). Sum of RGB (Red+Green+Blue) = 17+13+213=243 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.00% from 243); Green value is 13 (5.47% from 255 or 5.35% from 243); Blue value is 213 (83.59% from 255 or 87.65% from 243); Max value from RGB is 213 - color contains mainly: blue. Hex color #110DD5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110DD5 is #EEF22A. Grayscale: #242424. Windows color (decimal): -15659563 or 13962513. OLE color: 13962513.

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

Color convert

RGB 17 13 213 -
CMYK 0.92 0.94 0 0.16
HSL 241.2º 0.88% 0.44% -
HSV(B) 241.2º 0.94% 0.84% -
XYZ 12.39 5.21 63.3 -
YUV 37 227.33 113.74 -
System Red Green Blue C M Y K H S L
Decimal 17 13 213 0.92 0.94 0 0.16 241.2 0.88 0.44
Hex 11 D D5 5C 5E 0 10 F1 58 2C
Octal 21 15 325 134 136 0 20 361 130 54
Binary 10001 1101 11010101 1011100 1011110 0 10000 11110001 1011000 101100

Color Harmonies of #110DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110DD5

Black with #110DD5

Text Example


Text Example

White with #110DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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