Html Css Color HEX #111BE5 Medium Blue

📋 copy color: '#111BE5'

red 17 ◦ green 27 ◦ blue 229

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

Shades of Medium Blue #111BE5

Tints of Medium Blue #111BE5

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.89%

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

R = 6.23%
G = 9.89%
B = 83.88%

CMYK

 C value IS 0.93

 M value IS 0.88

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#111BE5 (or 0x111BE5) is known color: Medium Blue. HEX triplet: 11, 1B and E5. RGB value is (17,27,229). Sum of RGB (Red+Green+Blue) = 17+27+229=273 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.23% from 273); Green value is 27 (10.94% from 255 or 9.89% from 273); Blue value is 229 (89.84% from 255 or 83.88% from 273); Max value from RGB is 229 - color contains mainly: blue. Hex color #111BE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111BE5 is #EEE41A. Grayscale: #2E2E2E. Windows color (decimal): -15655963 or 15014673. OLE color: 15014673.

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

Color convert

RGB 17 27 229 -
CMYK 0.93 0.88 0 0.10
HSL 237.17º 0.86% 0.48% -
HSV(B) 237.17º 0.93% 0.9% -
XYZ 14.77 6.56 74.62 -
YUV 47.04 230.69 106.57 -
System Red Green Blue C M Y K H S L
Decimal 17 27 229 0.93 0.88 0 0.10 237.17 0.86 0.48
Hex 11 1B E5 5D 58 0 A ED 56 30
Octal 21 33 345 135 130 0 12 355 126 60
Binary 10001 11011 11100101 1011101 1011000 0 1010 11101101 1010110 110000

Color Harmonies of #111BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111BE5

Black with #111BE5

Text Example


Text Example

White with #111BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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