Html Css Color HEX #111CE0 Medium Blue

📋 copy color: '#111CE0'

red 17 ◦ green 28 ◦ blue 224

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

Shades of Medium Blue #111CE0

Tints of Medium Blue #111CE0

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.41%

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

R = 6.32%
G = 10.41%
B = 83.27%

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

#111CE0 (or 0x111CE0) is known color: Medium Blue. HEX triplet: 11, 1C and E0. RGB value is (17,28,224). Sum of RGB (Red+Green+Blue) = 17+28+224=269 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.32% from 269); Green value is 28 (11.33% from 255 or 10.41% from 269); Blue value is 224 (87.89% from 255 or 83.27% from 269); Max value from RGB is 224 - color contains mainly: blue. Hex color #111CE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111CE0 is #EEE31F. Grayscale: #2E2E2E. Windows color (decimal): -15655712 or 14687249. OLE color: 14687249.

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

Color convert

RGB 17 28 224 -
CMYK 0.92 0.88 0 0.12
HSL 236.81º 0.86% 0.47% -
HSV(B) 236.81º 0.92% 0.88% -
XYZ 14.1 6.33 71 -
YUV 47.06 227.86 106.56 -
System Red Green Blue C M Y K H S L
Decimal 17 28 224 0.92 0.88 0 0.12 236.81 0.86 0.47
Hex 11 1C E0 5C 58 0 C ED 56 2F
Octal 21 34 340 134 130 0 14 355 126 57
Binary 10001 11100 11100000 1011100 1011000 0 1100 11101101 1010110 101111

Color Harmonies of #111CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111CE0

Black with #111CE0

Text Example


Text Example

White with #111CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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