Html Css Color HEX #111DE0 Medium Blue

📋 copy color: '#111DE0'

red 17 ◦ green 29 ◦ blue 224

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

Shades of Medium Blue #111DE0

Tints of Medium Blue #111DE0

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.74%

 BLUE value IS 224 (87.89% from 255) = 82.96%

R = 6.3%
G = 10.74%
B = 82.96%

CMYK

 C value IS 0.92

 M value IS 0.87

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#111DE0 (or 0x111DE0) is known color: Medium Blue. HEX triplet: 11, 1D and E0. RGB value is (17,29,224). Sum of RGB (Red+Green+Blue) = 17+29+224=270 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.30% from 270); Green value is 29 (11.72% from 255 or 10.74% from 270); Blue value is 224 (87.89% from 255 or 82.96% from 270); Max value from RGB is 224 - color contains mainly: blue. Hex color #111DE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111DE0 is #EEE21F. Grayscale: #2E2E2E. Windows color (decimal): -15655456 or 14687505. OLE color: 14687505.

HSL color Cylindrical-coordinate representation of color #111DE0: hue angle of 236.52º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #111DE0 is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 17 29 224 -
CMYK 0.92 0.87 0 0.12
HSL 236.52º 0.86% 0.47% -
HSV(B) 236.52º 0.92% 0.88% -
XYZ 14.13 6.38 71.01 -
YUV 47.64 227.52 106.14 -
System Red Green Blue C M Y K H S L
Decimal 17 29 224 0.92 0.87 0 0.12 236.52 0.86 0.47
Hex 11 1D E0 5C 57 0 C ED 56 2F
Octal 21 35 340 134 127 0 14 355 126 57
Binary 10001 11101 11100000 1011100 1010111 0 1100 11101101 1010110 101111

Color Harmonies of #111DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111DE0

Black with #111DE0

Text Example


Text Example

White with #111DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111DE0; }

 p { color: rgb(17,29,224); }

 H1.HeaderClassName
 {
   color: #111DE0;
 }
 .AnyTagClassName
 {
   color: #111DE0;
 }
</style>

background-color css

<style>
 a { background-color: #111DE0; }

 a { background-color: rgb(17,29,224); }

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

border-color css

<style>
 span { border-color: #111DE0; }

 span { border-color: rgb(17,29,224); }

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