Html Css Color HEX #117BBF Denim

📋 copy color: '#117BBF'

red 17 ◦ green 123 ◦ blue 191

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

Shades of Denim #117BBF

Tints of Denim #117BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 57.7%

R = 5.14%
G = 37.16%
B = 57.7%

CMYK

 C value IS 0.91

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#117BBF (or 0x117BBF) is known color: Denim. HEX triplet: 11, 7B and BF. RGB value is (17,123,191). Sum of RGB (Red+Green+Blue) = 17+123+191=331 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.14% from 331); Green value is 123 (48.44% from 255 or 37.16% from 331); Blue value is 191 (75% from 255 or 57.70% from 331); Max value from RGB is 191 - color contains mainly: blue. Hex color #117BBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117BBF is #EE8440. Grayscale: #626262. Windows color (decimal): -15631425 or 12548881. OLE color: 12548881.

HSL color Cylindrical-coordinate representation of color #117BBF: hue angle of 203.45º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #117BBF is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 123 191 -
CMYK 0.91 0.36 0 0.25
HSL 203.45º 0.84% 0.41% -
HSV(B) 203.45º 0.91% 0.75% -
XYZ 16.72 18.05 51.89 -
YUV 99.06 179.88 69.47 -
System Red Green Blue C M Y K H S L
Decimal 17 123 191 0.91 0.36 0 0.25 203.45 0.84 0.41
Hex 11 7B BF 5B 24 0 19 CB 54 29
Octal 21 173 277 133 44 0 31 313 124 51
Binary 10001 1111011 10111111 1011011 100100 0 11001 11001011 1010100 101001

Color Harmonies of #117BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117BBF

Black with #117BBF

Text Example


Text Example

White with #117BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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