Html Css Color HEX #117EDC Navy Blue

📋 copy color: '#117EDC'

red 17 ◦ green 126 ◦ blue 220

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

Shades of Navy Blue #117EDC

Tints of Navy Blue #117EDC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.71%

 BLUE value IS 220 (86.33% from 255) = 60.61%

R = 4.68%
G = 34.71%
B = 60.61%

CMYK

 C value IS 0.92

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#117EDC (or 0x117EDC) is known color: Navy Blue. HEX triplet: 11, 7E and DC. RGB value is (17,126,220). Sum of RGB (Red+Green+Blue) = 17+126+220=363 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.68% from 363); Green value is 126 (49.61% from 255 or 34.71% from 363); Blue value is 220 (86.33% from 255 or 60.61% from 363); Max value from RGB is 220 - color contains mainly: blue. Hex color #117EDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117EDC is #EE8123. Grayscale: #676767. Windows color (decimal): -15630628 or 14450193. OLE color: 14450193.

HSL color Cylindrical-coordinate representation of color #117EDC: hue angle of 207.78º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #117EDC is Cyan = 0.92, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 17 126 220 -
CMYK 0.92 0.43 0 0.14
HSL 207.78º 0.86% 0.46% -
HSV(B) 207.78º 0.92% 0.86% -
XYZ 20.61 20.21 70.52 -
YUV 104.13 193.39 65.86 -
System Red Green Blue C M Y K H S L
Decimal 17 126 220 0.92 0.43 0 0.14 207.78 0.86 0.46
Hex 11 7E DC 5C 2B 0 E D0 56 2E
Octal 21 176 334 134 53 0 16 320 126 56
Binary 10001 1111110 11011100 1011100 101011 0 1110 11010000 1010110 101110

Color Harmonies of #117EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117EDC

Black with #117EDC

Text Example


Text Example

White with #117EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117EDC; }

 p { color: rgb(17,126,220); }

 H1.HeaderClassName
 {
   color: #117EDC;
 }
 .AnyTagClassName
 {
   color: #117EDC;
 }
</style>

background-color css

<style>
 a { background-color: #117EDC; }

 a { background-color: rgb(17,126,220); }

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

border-color css

<style>
 span { border-color: #117EDC; }

 span { border-color: rgb(17,126,220); }

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