Html Css Color HEX #117FDA Navy Blue

📋 copy color: '#117FDA'

red 17 ◦ green 127 ◦ blue 218

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

Shades of Navy Blue #117FDA

Tints of Navy Blue #117FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 60.22%

R = 4.7%
G = 35.08%
B = 60.22%

CMYK

 C value IS 0.92

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#117FDA (or 0x117FDA) is known color: Navy Blue. HEX triplet: 11, 7F and DA. RGB value is (17,127,218). Sum of RGB (Red+Green+Blue) = 17+127+218=362 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.70% from 362); Green value is 127 (50% from 255 or 35.08% from 362); Blue value is 218 (85.55% from 255 or 60.22% from 362); Max value from RGB is 218 - color contains mainly: blue. Hex color #117FDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117FDA is #EE8025. Grayscale: #686868. Windows color (decimal): -15630374 or 14319377. OLE color: 14319377.

HSL color Cylindrical-coordinate representation of color #117FDA: hue angle of 207.16º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #117FDA is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 17 127 218 -
CMYK 0.92 0.42 0 0.15
HSL 207.16º 0.86% 0.46% -
HSV(B) 207.16º 0.92% 0.85% -
XYZ 20.48 20.36 69.18 -
YUV 104.48 192.06 65.6 -
System Red Green Blue C M Y K H S L
Decimal 17 127 218 0.92 0.42 0 0.15 207.16 0.86 0.46
Hex 11 7F DA 5C 2A 0 F CF 56 2E
Octal 21 177 332 134 52 0 17 317 126 56
Binary 10001 1111111 11011010 1011100 101010 0 1111 11001111 1010110 101110

Color Harmonies of #117FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117FDA

Black with #117FDA

Text Example


Text Example

White with #117FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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