Html Css Color HEX #117EDD Navy Blue

📋 copy color: '#117EDD'

red 17 ◦ green 126 ◦ blue 221

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

Shades of Navy Blue #117EDD

Tints of Navy Blue #117EDD

RGB

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

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

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

R = 4.67%
G = 34.62%
B = 60.71%

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

#117EDD (or 0x117EDD) is known color: Navy Blue. HEX triplet: 11, 7E and DD. RGB value is (17,126,221). Sum of RGB (Red+Green+Blue) = 17+126+221=364 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.67% from 364); Green value is 126 (49.61% from 255 or 34.62% from 364); Blue value is 221 (86.72% from 255 or 60.71% from 364); Max value from RGB is 221 - color contains mainly: blue. Hex color #117EDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117EDD is #EE8122. Grayscale: #676767. Windows color (decimal): -15630627 or 14515729. OLE color: 14515729.

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

Color convert

RGB 17 126 221 -
CMYK 0.92 0.43 0 0.13
HSL 207.94º 0.86% 0.47% -
HSV(B) 207.94º 0.92% 0.87% -
XYZ 20.74 20.26 71.22 -
YUV 104.24 193.89 65.78 -
System Red Green Blue C M Y K H S L
Decimal 17 126 221 0.92 0.43 0 0.13 207.94 0.86 0.47
Hex 11 7E DD 5C 2B 0 D D0 56 2F
Octal 21 176 335 134 53 0 15 320 126 57
Binary 10001 1111110 11011101 1011100 101011 0 1101 11010000 1010110 101111

Color Harmonies of #117EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117EDD

Black with #117EDD

Text Example


Text Example

White with #117EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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