Html Css Color HEX #111BE0 Medium Blue

📋 copy color: '#111BE0'

red 17 ◦ green 27 ◦ blue 224

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

Shades of Medium Blue #111BE0

Tints of Medium Blue #111BE0

RGB

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

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

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

R = 6.34%
G = 10.07%
B = 83.58%

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

#111BE0 (or 0x111BE0) is known color: Medium Blue. HEX triplet: 11, 1B and E0. RGB value is (17,27,224). Sum of RGB (Red+Green+Blue) = 17+27+224=268 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.34% from 268); Green value is 27 (10.94% from 255 or 10.07% from 268); Blue value is 224 (87.89% from 255 or 83.58% from 268); Max value from RGB is 224 - color contains mainly: blue. Hex color #111BE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111BE0 is #EEE41F. Grayscale: #2D2D2D. Windows color (decimal): -15655968 or 14686993. OLE color: 14686993.

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

Color convert

RGB 17 27 224 -
CMYK 0.92 0.88 0 0.12
HSL 237.1º 0.86% 0.47% -
HSV(B) 237.1º 0.92% 0.88% -
XYZ 14.08 6.28 70.99 -
YUV 46.47 228.19 106.98 -
System Red Green Blue C M Y K H S L
Decimal 17 27 224 0.92 0.88 0 0.12 237.1 0.86 0.47
Hex 11 1B E0 5C 58 0 C ED 56 2F
Octal 21 33 340 134 130 0 14 355 126 57
Binary 10001 11011 11100000 1011100 1011000 0 1100 11101101 1010110 101111

Color Harmonies of #111BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111BE0

Black with #111BE0

Text Example


Text Example

White with #111BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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