Html Css Color HEX #110DD0 Medium Blue

📋 copy color: '#110DD0'

red 17 ◦ green 13 ◦ blue 208

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

Shades of Medium Blue #110DD0

Tints of Medium Blue #110DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 87.39%

R = 7.14%
G = 5.46%
B = 87.39%

CMYK

 C value IS 0.92

 M value IS 0.94

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#110DD0 (or 0x110DD0) is known color: Medium Blue. HEX triplet: 11, 0D and D0. RGB value is (17,13,208). Sum of RGB (Red+Green+Blue) = 17+13+208=238 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.14% from 238); Green value is 13 (5.47% from 255 or 5.46% from 238); Blue value is 208 (81.64% from 255 or 87.39% from 238); Max value from RGB is 208 - color contains mainly: blue. Hex color #110DD0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110DD0 is #EEF22F. Grayscale: #232323. Windows color (decimal): -15659568 or 13634833. OLE color: 13634833.

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

Color convert

RGB 17 13 208 -
CMYK 0.92 0.94 0 0.18
HSL 241.23º 0.88% 0.43% -
HSV(B) 241.23º 0.94% 0.82% -
XYZ 11.76 4.96 60.01 -
YUV 36.43 224.83 114.14 -
System Red Green Blue C M Y K H S L
Decimal 17 13 208 0.92 0.94 0 0.18 241.23 0.88 0.43
Hex 11 D D0 5C 5E 0 12 F1 58 2B
Octal 21 15 320 134 136 0 22 361 130 53
Binary 10001 1101 11010000 1011100 1011110 0 10010 11110001 1011000 101011

Color Harmonies of #110DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110DD0

Black with #110DD0

Text Example


Text Example

White with #110DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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