Html Css Color HEX #114DCC Denim

📋 copy color: '#114DCC'

red 17 ◦ green 77 ◦ blue 204

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

Shades of Denim #114DCC

Tints of Denim #114DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 68.46%

R = 5.7%
G = 25.84%
B = 68.46%

CMYK

 C value IS 0.92

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#114DCC (or 0x114DCC) is known color: Denim. HEX triplet: 11, 4D and CC. RGB value is (17,77,204). Sum of RGB (Red+Green+Blue) = 17+77+204=298 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.70% from 298); Green value is 77 (30.47% from 255 or 25.84% from 298); Blue value is 204 (80.08% from 255 or 68.46% from 298); Max value from RGB is 204 - color contains mainly: blue. Hex color #114DCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #114DCC is #EEB233. Grayscale: #484848. Windows color (decimal): -15643188 or 13389073. OLE color: 13389073.

HSL color Cylindrical-coordinate representation of color #114DCC: hue angle of 220.75º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #114DCC is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 17 77 204 -
CMYK 0.92 0.62 0 0.2
HSL 220.75º 0.85% 0.43% -
HSV(B) 220.75º 0.92% 0.8% -
XYZ 13.78 9.79 58.29 -
YUV 73.54 201.62 87.67 -
System Red Green Blue C M Y K H S L
Decimal 17 77 204 0.92 0.62 0 0.2 220.75 0.85 0.43
Hex 11 4D CC 5C 3E 0 14 DD 55 2B
Octal 21 115 314 134 76 0 24 335 125 53
Binary 10001 1001101 11001100 1011100 111110 0 10100 11011101 1010101 101011

Color Harmonies of #114DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114DCC

Black with #114DCC

Text Example


Text Example

White with #114DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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