Html Css Color HEX #111BCD Medium Blue

📋 copy color: '#111BCD'

red 17 ◦ green 27 ◦ blue 205

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

Shades of Medium Blue #111BCD

Tints of Medium Blue #111BCD

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 value IS 0.92

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#111BCD (or 0x111BCD) is known color: 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

RGB 17 27 205 -
CMYK 0.92 0.87 0 0.20
HSL 236.81º 0.85% 0.44% -
HSV(B) 236.81º 0.92% 0.8% -
XYZ 11.64 5.31 58.17 -
YUV 44.3 218.69 108.53 -
System Red Green Blue C M Y K H S L
Decimal 17 27 205 0.92 0.87 0 0.20 236.81 0.85 0.44
Hex 11 1B CD 5C 57 0 14 ED 55 2C
Octal 21 33 315 134 127 0 24 355 125 54
Binary 10001 11011 11001101 1011100 1010111 0 10100 11101101 1010101 101100

Color Harmonies of #111BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111BCD

Black with #111BCD

Text Example


Text Example

White with #111BCD

Text Example


Text Example

HTML Codes & Css Web 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>