Html Css Color HEX #117CDC Navy Blue

📋 copy color: '#117CDC'

red 17 ◦ green 124 ◦ blue 220

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

Shades of Navy Blue #117CDC

Tints of Navy Blue #117CDC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.35%

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

R = 4.71%
G = 34.35%
B = 60.94%

CMYK

 C value IS 0.92

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#117CDC (or 0x117CDC) is known color: Navy Blue. HEX triplet: 11, 7C and DC. RGB value is (17,124,220). Sum of RGB (Red+Green+Blue) = 17+124+220=361 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.71% from 361); Green value is 124 (48.83% from 255 or 34.35% from 361); Blue value is 220 (86.33% from 255 or 60.94% from 361); Max value from RGB is 220 - color contains mainly: blue. Hex color #117CDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117CDC is #EE8323. Grayscale: #666666. Windows color (decimal): -15631140 or 14449681. OLE color: 14449681.

HSL color Cylindrical-coordinate representation of color #117CDC: hue angle of 208.37º 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 #117CDC is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 17 124 220 -
CMYK 0.92 0.44 0 0.14
HSL 208.37º 0.86% 0.46% -
HSV(B) 208.37º 0.92% 0.86% -
XYZ 20.36 19.7 70.44 -
YUV 102.95 194.05 66.69 -
System Red Green Blue C M Y K H S L
Decimal 17 124 220 0.92 0.44 0 0.14 208.37 0.86 0.46
Hex 11 7C DC 5C 2C 0 E D0 56 2E
Octal 21 174 334 134 54 0 16 320 126 56
Binary 10001 1111100 11011100 1011100 101100 0 1110 11010000 1010110 101110

Color Harmonies of #117CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117CDC

Black with #117CDC

Text Example


Text Example

White with #117CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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