Html Css Color HEX #111AE0 Medium Blue

📋 copy color: '#111AE0'

red 17 ◦ green 26 ◦ blue 224

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

Shades of Medium Blue #111AE0

Tints of Medium Blue #111AE0

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.74%

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

R = 6.37%
G = 9.74%
B = 83.9%

CMYK

 C value IS 0.92

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#111AE0 (or 0x111AE0) is known color: Medium Blue. HEX triplet: 11, 1A and E0. RGB value is (17,26,224). Sum of RGB (Red+Green+Blue) = 17+26+224=267 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.37% from 267); Green value is 26 (10.55% from 255 or 9.74% from 267); Blue value is 224 (87.89% from 255 or 83.90% from 267); Max value from RGB is 224 - color contains mainly: blue. Hex color #111AE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111AE0 is #EEE51F. Grayscale: #2D2D2D. Windows color (decimal): -15656224 or 14686737. OLE color: 14686737.

HSL color Cylindrical-coordinate representation of color #111AE0: hue angle of 237.39º 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 #111AE0 is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 17 26 224 -
CMYK 0.92 0.88 0 0.12
HSL 237.39º 0.86% 0.47% -
HSV(B) 237.39º 0.92% 0.88% -
XYZ 14.06 6.24 70.98 -
YUV 45.88 228.52 107.4 -
System Red Green Blue C M Y K H S L
Decimal 17 26 224 0.92 0.88 0 0.12 237.39 0.86 0.47
Hex 11 1A E0 5C 58 0 C ED 56 2F
Octal 21 32 340 134 130 0 14 355 126 57
Binary 10001 11010 11100000 1011100 1011000 0 1100 11101101 1010110 101111

Color Harmonies of #111AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111AE0

Black with #111AE0

Text Example


Text Example

White with #111AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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