Html Css Color HEX #115ECF Denim

📋 copy color: '#115ECF'

red 17 ◦ green 94 ◦ blue 207

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

Shades of Denim #115ECF

Tints of Denim #115ECF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.56%

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

R = 5.35%
G = 29.56%
B = 65.09%

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

#115ECF (or 0x115ECF) is known color: Denim. HEX triplet: 11, 5E and CF. RGB value is (17,94,207). Sum of RGB (Red+Green+Blue) = 17+94+207=318 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.35% from 318); Green value is 94 (37.11% from 255 or 29.56% from 318); Blue value is 207 (81.25% from 255 or 65.09% from 318); Max value from RGB is 207 - color contains mainly: blue. Hex color #115ECF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115ECF is #EEA130. Grayscale: #535353. Windows color (decimal): -15638833 or 13590033. OLE color: 13590033.

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

Color convert

RGB 17 94 207 -
CMYK 0.92 0.55 0 0.19
HSL 215.68º 0.85% 0.44% -
HSV(B) 215.68º 0.92% 0.81% -
XYZ 15.5 12.63 60.65 -
YUV 83.86 197.49 80.31 -
System Red Green Blue C M Y K H S L
Decimal 17 94 207 0.92 0.55 0 0.19 215.68 0.85 0.44
Hex 11 5E CF 5C 37 0 13 D8 55 2C
Octal 21 136 317 134 67 0 23 330 125 54
Binary 10001 1011110 11001111 1011100 110111 0 10011 11011000 1010101 101100

Color Harmonies of #115ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115ECF

Black with #115ECF

Text Example


Text Example

White with #115ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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