Html Css Color HEX #115DCF Denim

📋 copy color: '#115DCF'

red 17 ◦ green 93 ◦ blue 207

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

Shades of Denim #115DCF

Tints of Denim #115DCF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.34%

 BLUE value IS 207 (81.25% from 255) = 65.3%

R = 5.36%
G = 29.34%
B = 65.3%

CMYK

 C value IS 0.92

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#115DCF (or 0x115DCF) is known color: Denim. HEX triplet: 11, 5D and CF. RGB value is (17,93,207). Sum of RGB (Red+Green+Blue) = 17+93+207=317 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.36% from 317); Green value is 93 (36.72% from 255 or 29.34% from 317); Blue value is 207 (81.25% from 255 or 65.30% from 317); Max value from RGB is 207 - color contains mainly: blue. Hex color #115DCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115DCF is #EEA230. Grayscale: #525252. Windows color (decimal): -15639089 or 13589777. OLE color: 13589777.

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

Color convert

RGB 17 93 207 -
CMYK 0.92 0.55 0 0.19
HSL 216º 0.85% 0.44% -
HSV(B) 216º 0.92% 0.81% -
XYZ 15.41 12.45 60.62 -
YUV 83.27 197.82 80.73 -
System Red Green Blue C M Y K H S L
Decimal 17 93 207 0.92 0.55 0 0.19 216 0.85 0.44
Hex 11 5D CF 5C 37 0 13 D8 55 2C
Octal 21 135 317 134 67 0 23 330 125 54
Binary 10001 1011101 11001111 1011100 110111 0 10011 11011000 1010101 101100

Color Harmonies of #115DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115DCF

Black with #115DCF

Text Example


Text Example

White with #115DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,93,207); }

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

background-color css

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

 a { background-color: rgb(17,93,207); }

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

border-color css

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

 span { border-color: rgb(17,93,207); }

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