Html Css Color HEX #1116CE Medium Blue

📋 copy color: '#1116CE'

red 17 ◦ green 22 ◦ blue 206

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

Shades of Medium Blue #1116CE

Tints of Medium Blue #1116CE

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.98%

 BLUE value IS 206 (80.86% from 255) = 84.08%

R = 6.94%
G = 8.98%
B = 84.08%

CMYK

 C value IS 0.92

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1116CE (or 0x1116CE) is known color: Medium Blue. HEX triplet: 11, 16 and CE. RGB value is (17,22,206). Sum of RGB (Red+Green+Blue) = 17+22+206=245 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.94% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 206 (80.86% from 255 or 84.08% from 245); Max value from RGB is 206 - color contains mainly: blue. Hex color #1116CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1116CE is #EEE931. Grayscale: #282828. Windows color (decimal): -15657266 or 13506065. OLE color: 13506065.

HSL color Cylindrical-coordinate representation of color #1116CE: hue angle of 238.41º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1116CE is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 17 22 206 -
CMYK 0.92 0.89 0 0.19
HSL 238.41º 0.85% 0.44% -
HSV(B) 238.41º 0.92% 0.81% -
XYZ 11.66 5.15 58.77 -
YUV 41.48 220.84 110.54 -
System Red Green Blue C M Y K H S L
Decimal 17 22 206 0.92 0.89 0 0.19 238.41 0.85 0.44
Hex 11 16 CE 5C 59 0 13 EE 55 2C
Octal 21 26 316 134 131 0 23 356 125 54
Binary 10001 10110 11001110 1011100 1011001 0 10011 11101110 1010101 101100

Color Harmonies of #1116CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1116CE

Black with #1116CE

Text Example


Text Example

White with #1116CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1116CE; }

 p { color: rgb(17,22,206); }

 H1.HeaderClassName
 {
   color: #1116CE;
 }
 .AnyTagClassName
 {
   color: #1116CE;
 }
</style>

background-color css

<style>
 a { background-color: #1116CE; }

 a { background-color: rgb(17,22,206); }

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

border-color css

<style>
 span { border-color: #1116CE; }

 span { border-color: rgb(17,22,206); }

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