Html Css Color HEX #115DCE Denim

📋 copy color: '#115DCE'

red 17 ◦ green 93 ◦ blue 206

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

Shades of Denim #115DCE

Tints of Denim #115DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 65.19%

R = 5.38%
G = 29.43%
B = 65.19%

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

#115DCE (or 0x115DCE) is known color: Denim. HEX triplet: 11, 5D and CE. RGB value is (17,93,206). Sum of RGB (Red+Green+Blue) = 17+93+206=316 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.38% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 206 (80.86% from 255 or 65.19% from 316); Max value from RGB is 206 - color contains mainly: blue. Hex color #115DCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115DCE is #EEA231. Grayscale: #525252. Windows color (decimal): -15639090 or 13524241. OLE color: 13524241.

HSL color Cylindrical-coordinate representation of color #115DCE: hue angle of 215.87º 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 #115DCE is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 17 93 206 -
CMYK 0.92 0.55 0 0.19
HSL 215.87º 0.85% 0.44% -
HSV(B) 215.87º 0.92% 0.81% -
XYZ 15.29 12.4 59.98 -
YUV 83.16 197.32 80.81 -
System Red Green Blue C M Y K H S L
Decimal 17 93 206 0.92 0.55 0 0.19 215.87 0.85 0.44
Hex 11 5D CE 5C 37 0 13 D8 55 2C
Octal 21 135 316 134 67 0 23 330 125 54
Binary 10001 1011101 11001110 1011100 110111 0 10011 11011000 1010101 101100

Color Harmonies of #115DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115DCE

Black with #115DCE

Text Example


Text Example

White with #115DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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