Html Css Color HEX #1117DE Medium Blue

📋 copy color: '#1117DE'

red 17 ◦ green 23 ◦ blue 222

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

Shades of Medium Blue #1117DE

Tints of Medium Blue #1117DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 84.73%

R = 6.49%
G = 8.78%
B = 84.73%

CMYK

 C value IS 0.92

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1117DE (or 0x1117DE) is known color: Medium Blue. HEX triplet: 11, 17 and DE. RGB value is (17,23,222). Sum of RGB (Red+Green+Blue) = 17+23+222=262 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.49% from 262); Green value is 23 (9.38% from 255 or 8.78% from 262); Blue value is 222 (87.11% from 255 or 84.73% from 262); Max value from RGB is 222 - color contains mainly: blue. Hex color #1117DE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1117DE is #EEE821. Grayscale: #2B2B2B. Windows color (decimal): -15656994 or 14554897. OLE color: 14554897.

HSL color Cylindrical-coordinate representation of color #1117DE: hue angle of 238.24º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1117DE is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 17 23 222 -
CMYK 0.92 0.90 0 0.13
HSL 238.24º 0.86% 0.47% -
HSV(B) 238.24º 0.92% 0.87% -
XYZ 13.72 6.01 69.54 -
YUV 43.89 228.51 108.82 -
System Red Green Blue C M Y K H S L
Decimal 17 23 222 0.92 0.90 0 0.13 238.24 0.86 0.47
Hex 11 17 DE 5C 5A 0 D EE 56 2F
Octal 21 27 336 134 132 0 15 356 126 57
Binary 10001 10111 11011110 1011100 1011010 0 1101 11101110 1010110 101111

Color Harmonies of #1117DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1117DE

Black with #1117DE

Text Example


Text Example

White with #1117DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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