Html Css Color HEX #114FCD Denim

📋 copy color: '#114FCD'

red 17 ◦ green 79 ◦ blue 205

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

Shades of Denim #114FCD

Tints of Denim #114FCD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.25%

 BLUE value IS 205 (80.47% from 255) = 68.11%

R = 5.65%
G = 26.25%
B = 68.11%

CMYK

 C value IS 0.92

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#114FCD (or 0x114FCD) is known color: Denim. HEX triplet: 11, 4F and CD. RGB value is (17,79,205). Sum of RGB (Red+Green+Blue) = 17+79+205=301 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.65% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 205 (80.47% from 255 or 68.11% from 301); Max value from RGB is 205 - color contains mainly: blue. Hex color #114FCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #114FCD is #EEB032. Grayscale: #4A4A4A. Windows color (decimal): -15642675 or 13455121. OLE color: 13455121.

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

Color convert

RGB 17 79 205 -
CMYK 0.92 0.61 0 0.20
HSL 220.21º 0.85% 0.44% -
HSV(B) 220.21º 0.92% 0.8% -
XYZ 14.05 10.12 58.97 -
YUV 74.83 201.46 86.75 -
System Red Green Blue C M Y K H S L
Decimal 17 79 205 0.92 0.61 0 0.20 220.21 0.85 0.44
Hex 11 4F CD 5C 3D 0 14 DC 55 2C
Octal 21 117 315 134 75 0 24 334 125 54
Binary 10001 1001111 11001101 1011100 111101 0 10100 11011100 1010101 101100

Color Harmonies of #114FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114FCD

Black with #114FCD

Text Example


Text Example

White with #114FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,79,205); }

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

background-color css

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

 a { background-color: rgb(17,79,205); }

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

border-color css

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

 span { border-color: rgb(17,79,205); }

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