Html Css Color HEX #110EDD Medium Blue

📋 copy color: '#110EDD'

red 17 ◦ green 14 ◦ blue 221

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

Shades of Medium Blue #110EDD

Tints of Medium Blue #110EDD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.56%

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

R = 6.75%
G = 5.56%
B = 87.7%

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

#110EDD (or 0x110EDD) is known color: Medium Blue. HEX triplet: 11, 0E and DD. RGB value is (17,14,221). Sum of RGB (Red+Green+Blue) = 17+14+221=252 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.75% from 252); Green value is 14 (5.86% from 255 or 5.56% from 252); Blue value is 221 (86.72% from 255 or 87.70% from 252); Max value from RGB is 221 - color contains mainly: blue. Hex color #110EDD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110EDD is #EEF122. Grayscale: #252525. Windows color (decimal): -15659299 or 14487057. OLE color: 14487057.

HSL color Cylindrical-coordinate representation of color #110EDD: hue angle of 240.87º degrees, saturation: 0.88, 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 #110EDD is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 17 14 221 -
CMYK 0.92 0.94 0 0.13
HSL 240.87º 0.88% 0.46% -
HSV(B) 240.87º 0.94% 0.87% -
XYZ 13.44 5.65 68.79 -
YUV 38.5 230.99 112.67 -
System Red Green Blue C M Y K H S L
Decimal 17 14 221 0.92 0.94 0 0.13 240.87 0.88 0.46
Hex 11 E DD 5C 5E 0 D F1 58 2E
Octal 21 16 335 134 136 0 15 361 130 56
Binary 10001 1110 11011101 1011100 1011110 0 1101 11110001 1011000 101110

Color Harmonies of #110EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110EDD

Black with #110EDD

Text Example


Text Example

White with #110EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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