Html Css Color HEX #115BD0 Denim

📋 copy color: '#115BD0'

red 17 ◦ green 91 ◦ blue 208

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

Shades of Denim #115BD0

Tints of Denim #115BD0

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.8%

 BLUE value IS 208 (81.64% from 255) = 65.82%

R = 5.38%
G = 28.8%
B = 65.82%

CMYK

 C value IS 0.92

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#115BD0 (or 0x115BD0) is known color: Denim. HEX triplet: 11, 5B and D0. RGB value is (17,91,208). Sum of RGB (Red+Green+Blue) = 17+91+208=316 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.38% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 208 (81.64% from 255 or 65.82% from 316); Max value from RGB is 208 - color contains mainly: blue. Hex color #115BD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115BD0 is #EEA42F. Grayscale: #515151. Windows color (decimal): -15639600 or 13654801. OLE color: 13654801.

HSL color Cylindrical-coordinate representation of color #115BD0: hue angle of 216.75º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #115BD0 is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 17 91 208 -
CMYK 0.92 0.56 0 0.18
HSL 216.75º 0.85% 0.44% -
HSV(B) 216.75º 0.92% 0.82% -
XYZ 15.36 12.16 61.21 -
YUV 82.21 198.98 81.49 -
System Red Green Blue C M Y K H S L
Decimal 17 91 208 0.92 0.56 0 0.18 216.75 0.85 0.44
Hex 11 5B D0 5C 38 0 12 D9 55 2C
Octal 21 133 320 134 70 0 22 331 125 54
Binary 10001 1011011 11010000 1011100 111000 0 10010 11011001 1010101 101100

Color Harmonies of #115BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115BD0

Black with #115BD0

Text Example


Text Example

White with #115BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115BD0; }

 p { color: rgb(17,91,208); }

 H1.HeaderClassName
 {
   color: #115BD0;
 }
 .AnyTagClassName
 {
   color: #115BD0;
 }
</style>

background-color css

<style>
 a { background-color: #115BD0; }

 a { background-color: rgb(17,91,208); }

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

border-color css

<style>
 span { border-color: #115BD0; }

 span { border-color: rgb(17,91,208); }

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