Html Css Color HEX #1117BE Medium Blue

📋 copy color: '#1117BE'

red 17 ◦ green 23 ◦ blue 190

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

Shades of Medium Blue #1117BE

Tints of Medium Blue #1117BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 82.61%

R = 7.39%
G = 10%
B = 82.61%

CMYK

 C value IS 0.91

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1117BE (or 0x1117BE) is known color: Medium Blue. HEX triplet: 11, 17 and BE. RGB value is (17,23,190). Sum of RGB (Red+Green+Blue) = 17+23+190=230 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.39% from 230); Green value is 23 (9.38% from 255 or 10% from 230); Blue value is 190 (74.61% from 255 or 82.61% from 230); Max value from RGB is 190 - color contains mainly: blue. Hex color #1117BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1117BE is #EEE841. Grayscale: #272727. Windows color (decimal): -15657026 or 12457745. OLE color: 12457745.

HSL color Cylindrical-coordinate representation of color #1117BE: hue angle of 237.92º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1117BE is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 23 190 -
CMYK 0.91 0.88 0 0.25
HSL 237.92º 0.84% 0.41% -
HSV(B) 237.92º 0.91% 0.75% -
XYZ 9.83 4.45 49.06 -
YUV 40.24 212.51 111.42 -
System Red Green Blue C M Y K H S L
Decimal 17 23 190 0.91 0.88 0 0.25 237.92 0.84 0.41
Hex 11 17 BE 5B 58 0 19 EE 54 29
Octal 21 27 276 133 130 0 31 356 124 51
Binary 10001 10111 10111110 1011011 1011000 0 11001 11101110 1010100 101001

Color Harmonies of #1117BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1117BE

Black with #1117BE

Text Example


Text Example

White with #1117BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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