Html Css Color HEX #117BDE Navy Blue

📋 copy color: '#117BDE'

red 17 ◦ green 123 ◦ blue 222

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

Shades of Navy Blue #117BDE

Tints of Navy Blue #117BDE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.98%

 BLUE value IS 222 (87.11% from 255) = 61.33%

R = 4.7%
G = 33.98%
B = 61.33%

CMYK

 C value IS 0.92

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#117BDE (or 0x117BDE) is known color: Navy Blue. HEX triplet: 11, 7B and DE. RGB value is (17,123,222). Sum of RGB (Red+Green+Blue) = 17+123+222=362 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.70% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 222 (87.11% from 255 or 61.33% from 362); Max value from RGB is 222 - color contains mainly: blue. Hex color #117BDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117BDE is #EE8421. Grayscale: #666666. Windows color (decimal): -15631394 or 14580497. OLE color: 14580497.

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

Color convert

RGB 17 123 222 -
CMYK 0.92 0.45 0 0.13
HSL 208.98º 0.86% 0.47% -
HSV(B) 208.98º 0.92% 0.87% -
XYZ 20.5 19.56 71.8 -
YUV 102.59 195.38 66.95 -
System Red Green Blue C M Y K H S L
Decimal 17 123 222 0.92 0.45 0 0.13 208.98 0.86 0.47
Hex 11 7B DE 5C 2D 0 D D1 56 2F
Octal 21 173 336 134 55 0 15 321 126 57
Binary 10001 1111011 11011110 1011100 101101 0 1101 11010001 1010110 101111

Color Harmonies of #117BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117BDE

Black with #117BDE

Text Example


Text Example

White with #117BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,123,222); }

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

background-color css

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

 a { background-color: rgb(17,123,222); }

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

border-color css

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

 span { border-color: rgb(17,123,222); }

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