Html Css Color HEX #117FDD Navy Blue

📋 copy color: '#117FDD'

red 17 ◦ green 127 ◦ blue 221

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

Shades of Navy Blue #117FDD

Tints of Navy Blue #117FDD

RGB

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

 GREEN value IS 127 (50% from 255) = 34.79%

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

R = 4.66%
G = 34.79%
B = 60.55%

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

#117FDD (or 0x117FDD) is known color: Navy Blue. HEX triplet: 11, 7F and DD. RGB value is (17,127,221). Sum of RGB (Red+Green+Blue) = 17+127+221=365 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.66% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 221 (86.72% from 255 or 60.55% from 365); Max value from RGB is 221 - color contains mainly: blue. Hex color #117FDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117FDD is #EE8022. Grayscale: #686868. Windows color (decimal): -15630371 or 14515985. OLE color: 14515985.

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

Color convert

RGB 17 127 221 -
CMYK 0.92 0.43 0 0.13
HSL 207.65º 0.86% 0.47% -
HSV(B) 207.65º 0.92% 0.87% -
XYZ 20.87 20.52 71.27 -
YUV 104.83 193.56 65.36 -
System Red Green Blue C M Y K H S L
Decimal 17 127 221 0.92 0.43 0 0.13 207.65 0.86 0.47
Hex 11 7F DD 5C 2B 0 D D0 56 2F
Octal 21 177 335 134 53 0 15 320 126 57
Binary 10001 1111111 11011101 1011100 101011 0 1101 11010000 1010110 101111

Color Harmonies of #117FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117FDD

Black with #117FDD

Text Example


Text Example

White with #117FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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