Html Css Color HEX #115AD0 Denim

📋 copy color: '#115AD0'

red 17 ◦ green 90 ◦ blue 208

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

Shades of Denim #115AD0

Tints of Denim #115AD0

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.57%

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

R = 5.4%
G = 28.57%
B = 66.03%

CMYK

 C value IS 0.92

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#115AD0 (or 0x115AD0) is known color: Denim. HEX triplet: 11, 5A and D0. RGB value is (17,90,208). Sum of RGB (Red+Green+Blue) = 17+90+208=315 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.40% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 208 (81.64% from 255 or 66.03% from 315); Max value from RGB is 208 - color contains mainly: blue. Hex color #115AD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115AD0 is #EEA52F. Grayscale: #515151. Windows color (decimal): -15639856 or 13654545. OLE color: 13654545.

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

Color convert

RGB 17 90 208 -
CMYK 0.92 0.57 0 0.18
HSL 217.07º 0.85% 0.44% -
HSV(B) 217.07º 0.92% 0.82% -
XYZ 15.27 11.99 61.18 -
YUV 81.63 199.32 81.91 -
System Red Green Blue C M Y K H S L
Decimal 17 90 208 0.92 0.57 0 0.18 217.07 0.85 0.44
Hex 11 5A D0 5C 39 0 12 D9 55 2C
Octal 21 132 320 134 71 0 22 331 125 54
Binary 10001 1011010 11010000 1011100 111001 0 10010 11011001 1010101 101100

Color Harmonies of #115AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115AD0

Black with #115AD0

Text Example


Text Example

White with #115AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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