Html Css Color HEX #117DDD Navy Blue

📋 copy color: '#117DDD'

red 17 ◦ green 125 ◦ blue 221

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

Shades of Navy Blue #117DDD

Tints of Navy Blue #117DDD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.44%

 BLUE value IS 221 (86.72% from 255) = 60.88%

R = 4.68%
G = 34.44%
B = 60.88%

CMYK

 C value IS 0.92

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#117DDD (or 0x117DDD) is known color: Navy Blue. HEX triplet: 11, 7D and DD. RGB value is (17,125,221). Sum of RGB (Red+Green+Blue) = 17+125+221=363 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.68% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 221 (86.72% from 255 or 60.88% from 363); Max value from RGB is 221 - color contains mainly: blue. Hex color #117DDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117DDD is #EE8222. Grayscale: #676767. Windows color (decimal): -15630883 or 14515473. OLE color: 14515473.

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

Color convert

RGB 17 125 221 -
CMYK 0.92 0.43 0 0.13
HSL 208.24º 0.86% 0.47% -
HSV(B) 208.24º 0.92% 0.87% -
XYZ 20.62 20.01 71.18 -
YUV 103.65 194.22 66.19 -
System Red Green Blue C M Y K H S L
Decimal 17 125 221 0.92 0.43 0 0.13 208.24 0.86 0.47
Hex 11 7D DD 5C 2B 0 D D0 56 2F
Octal 21 175 335 134 53 0 15 320 126 57
Binary 10001 1111101 11011101 1011100 101011 0 1101 11010000 1010110 101111

Color Harmonies of #117DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117DDD

Black with #117DDD

Text Example


Text Example

White with #117DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,125,221); }

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

background-color css

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

 a { background-color: rgb(17,125,221); }

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

border-color css

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

 span { border-color: rgb(17,125,221); }

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