#111BCD

Color #111BCD Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #111BCD

Tints of Medium Blue #111BCD

Color information

#111BCD (or 0x111BCD) is unknown color: approx Medium Blue. HEX triplet: 11, 1B and CD. RGB value is (17,27,205). Sum of RGB (Red+Green+Blue) = 17+27+205=249 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.83% from 249); Green value is 27 (10.94% from 255 or 10.84% from 249); Blue value is 205 (80.47% from 255 or 82.33% from 249); Max value from RGB is 205 - color contains mainly: blue. Hex color #111BCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111BCD is #EEE432. Grayscale: #2B2B2B. Windows color (decimal): -15655987 or 13441809. OLE color: 13441809.

HSL color Cylindrical-coordinate representation of color #111BCD: hue angle of 236.81º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #111BCD is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1727205-
CMYK0.920.8700.20
HSL236.81º84.68%43.53%-
HSV(B)236.81º91.71%80.39%-
XYZ11.645.3158.17-
YUV44.3218.69108.53-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.83%
GREEN value IS 27 (10.94% from 255) = 10.84%
BLUE value IS 205 (80.47% from 255) = 82.33%
R=6.83%
G=10.84%
B=82.33%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal17272050.920.8700.20236.8184.6843.53
Hex111BCD5C57014ed552c
Octal213331513412702435512554
Binary10001110111100110110111001010111010100111011011010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #111BCD;
 }
 .AnyTagClassName
 {
   color: #111BCD;
 }
</style>
background-color css

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

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

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

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

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

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