Html Css Color HEX #114FCC Denim

📋 copy color: '#114FCC'

red 17 ◦ green 79 ◦ blue 204

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

Shades of Denim #114FCC

Tints of Denim #114FCC

RGB

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

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

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

R = 5.67%
G = 26.33%
B = 68%

CMYK

 C value IS 0.92

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#114FCC (or 0x114FCC) is known color: Denim. HEX triplet: 11, 4F and CC. RGB value is (17,79,204). Sum of RGB (Red+Green+Blue) = 17+79+204=300 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.67% from 300); Green value is 79 (31.25% from 255 or 26.33% from 300); Blue value is 204 (80.08% from 255 or 68% from 300); Max value from RGB is 204 - color contains mainly: blue. Hex color #114FCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #114FCC is #EEB033. Grayscale: #4A4A4A. Windows color (decimal): -15642676 or 13389585. OLE color: 13389585.

HSL color Cylindrical-coordinate representation of color #114FCC: hue angle of 220.11º 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 #114FCC is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 17 79 204 -
CMYK 0.92 0.61 0 0.2
HSL 220.11º 0.85% 0.43% -
HSV(B) 220.11º 0.92% 0.8% -
XYZ 13.93 10.07 58.34 -
YUV 74.71 200.96 86.84 -
System Red Green Blue C M Y K H S L
Decimal 17 79 204 0.92 0.61 0 0.2 220.11 0.85 0.43
Hex 11 4F CC 5C 3D 0 14 DC 55 2B
Octal 21 117 314 134 75 0 24 334 125 53
Binary 10001 1001111 11001100 1011100 111101 0 10100 11011100 1010101 101011

Color Harmonies of #114FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114FCC

Black with #114FCC

Text Example


Text Example

White with #114FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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