Html Css Color HEX #114DD8 Denim

📋 copy color: '#114DD8'

red 17 ◦ green 77 ◦ blue 216

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

Shades of Denim #114DD8

Tints of Denim #114DD8

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.84%

 BLUE value IS 216 (84.77% from 255) = 69.68%

R = 5.48%
G = 24.84%
B = 69.68%

CMYK

 C value IS 0.92

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#114DD8 (or 0x114DD8) is known color: Denim. HEX triplet: 11, 4D and D8. RGB value is (17,77,216). Sum of RGB (Red+Green+Blue) = 17+77+216=310 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.48% from 310); Green value is 77 (30.47% from 255 or 24.84% from 310); Blue value is 216 (84.77% from 255 or 69.68% from 310); Max value from RGB is 216 - color contains mainly: blue. Hex color #114DD8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #114DD8 is #EEB227. Grayscale: #4A4A4A. Windows color (decimal): -15643176 or 14175505. OLE color: 14175505.

HSL color Cylindrical-coordinate representation of color #114DD8: hue angle of 221.91º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #114DD8 is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 17 77 216 -
CMYK 0.92 0.64 0 0.15
HSL 221.91º 0.85% 0.46% -
HSV(B) 221.91º 0.92% 0.85% -
XYZ 15.28 10.38 66.16 -
YUV 74.91 207.62 86.7 -
System Red Green Blue C M Y K H S L
Decimal 17 77 216 0.92 0.64 0 0.15 221.91 0.85 0.46
Hex 11 4D D8 5C 40 0 F DE 55 2E
Octal 21 115 330 134 100 0 17 336 125 56
Binary 10001 1001101 11011000 1011100 1000000 0 1111 11011110 1010101 101110

Color Harmonies of #114DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114DD8

Black with #114DD8

Text Example


Text Example

White with #114DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114DD8; }

 p { color: rgb(17,77,216); }

 H1.HeaderClassName
 {
   color: #114DD8;
 }
 .AnyTagClassName
 {
   color: #114DD8;
 }
</style>

background-color css

<style>
 a { background-color: #114DD8; }

 a { background-color: rgb(17,77,216); }

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

border-color css

<style>
 span { border-color: #114DD8; }

 span { border-color: rgb(17,77,216); }

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