Html Css Color HEX #1117CE Medium Blue

📋 copy color: '#1117CE'

red 17 ◦ green 23 ◦ blue 206

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

Shades of Medium Blue #1117CE

Tints of Medium Blue #1117CE

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.35%

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

R = 6.91%
G = 9.35%
B = 83.74%

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

#1117CE (or 0x1117CE) is known color: Medium Blue. HEX triplet: 11, 17 and CE. RGB value is (17,23,206). Sum of RGB (Red+Green+Blue) = 17+23+206=246 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.91% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 206 (80.86% from 255 or 83.74% from 246); Max value from RGB is 206 - color contains mainly: blue. Hex color #1117CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1117CE is #EEE831. Grayscale: #292929. Windows color (decimal): -15657010 or 13506321. OLE color: 13506321.

HSL color Cylindrical-coordinate representation of color #1117CE: hue angle of 238.1º 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 #1117CE is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 17 23 206 -
CMYK 0.92 0.89 0 0.19
HSL 238.1º 0.85% 0.44% -
HSV(B) 238.1º 0.92% 0.81% -
XYZ 11.68 5.19 58.78 -
YUV 42.07 220.51 110.12 -
System Red Green Blue C M Y K H S L
Decimal 17 23 206 0.92 0.89 0 0.19 238.1 0.85 0.44
Hex 11 17 CE 5C 59 0 13 EE 55 2C
Octal 21 27 316 134 131 0 23 356 125 54
Binary 10001 10111 11001110 1011100 1011001 0 10011 11101110 1010101 101100

Color Harmonies of #1117CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1117CE

Black with #1117CE

Text Example


Text Example

White with #1117CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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