Html Css Color HEX #117CDF Navy Blue

📋 copy color: '#117CDF'

red 17 ◦ green 124 ◦ blue 223

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

Shades of Navy Blue #117CDF

Tints of Navy Blue #117CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 61.26%

R = 4.67%
G = 34.07%
B = 61.26%

CMYK

 C value IS 0.92

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#117CDF (or 0x117CDF) is known color: Navy Blue. HEX triplet: 11, 7C and DF. RGB value is (17,124,223). Sum of RGB (Red+Green+Blue) = 17+124+223=364 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.67% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 223 (87.5% from 255 or 61.26% from 364); Max value from RGB is 223 - color contains mainly: blue. Hex color #117CDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117CDF is #EE8320. Grayscale: #666666. Windows color (decimal): -15631137 or 14646289. OLE color: 14646289.

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

Color convert

RGB 17 124 223 -
CMYK 0.92 0.44 0 0.13
HSL 208.83º 0.86% 0.47% -
HSV(B) 208.83º 0.92% 0.87% -
XYZ 20.76 19.86 72.55 -
YUV 103.29 195.55 66.45 -
System Red Green Blue C M Y K H S L
Decimal 17 124 223 0.92 0.44 0 0.13 208.83 0.86 0.47
Hex 11 7C DF 5C 2C 0 D D1 56 2F
Octal 21 174 337 134 54 0 15 321 126 57
Binary 10001 1111100 11011111 1011100 101100 0 1101 11010001 1010110 101111

Color Harmonies of #117CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117CDF

Black with #117CDF

Text Example


Text Example

White with #117CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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