Html Css Color HEX #111AE5 Medium Blue

📋 copy color: '#111AE5'

red 17 ◦ green 26 ◦ blue 229

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

Shades of Medium Blue #111AE5

Tints of Medium Blue #111AE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 84.19%

R = 6.25%
G = 9.56%
B = 84.19%

CMYK

 C value IS 0.93

 M value IS 0.89

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#111AE5 (or 0x111AE5) is known color: Medium Blue. HEX triplet: 11, 1A and E5. RGB value is (17,26,229). Sum of RGB (Red+Green+Blue) = 17+26+229=272 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.25% from 272); Green value is 26 (10.55% from 255 or 9.56% from 272); Blue value is 229 (89.84% from 255 or 84.19% from 272); Max value from RGB is 229 - color contains mainly: blue. Hex color #111AE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111AE5 is #EEE51A. Grayscale: #2D2D2D. Windows color (decimal): -15656219 or 15014417. OLE color: 15014417.

HSL color Cylindrical-coordinate representation of color #111AE5: hue angle of 237.45º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #111AE5 is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 17 26 229 -
CMYK 0.93 0.89 0 0.10
HSL 237.45º 0.86% 0.48% -
HSV(B) 237.45º 0.93% 0.9% -
XYZ 14.74 6.52 74.61 -
YUV 46.45 231.02 106.99 -
System Red Green Blue C M Y K H S L
Decimal 17 26 229 0.93 0.89 0 0.10 237.45 0.86 0.48
Hex 11 1A E5 5D 59 0 A ED 56 30
Octal 21 32 345 135 131 0 12 355 126 60
Binary 10001 11010 11100101 1011101 1011001 0 1010 11101101 1010110 110000

Color Harmonies of #111AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111AE5

Black with #111AE5

Text Example


Text Example

White with #111AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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