Html Css Color HEX #114FCE Denim

📋 copy color: '#114FCE'

red 17 ◦ green 79 ◦ blue 206

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

Shades of Denim #114FCE

Tints of Denim #114FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 68.21%

R = 5.63%
G = 26.16%
B = 68.21%

CMYK

 C value IS 0.92

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#114FCE (or 0x114FCE) is known color: Denim. HEX triplet: 11, 4F and CE. RGB value is (17,79,206). Sum of RGB (Red+Green+Blue) = 17+79+206=302 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.63% from 302); Green value is 79 (31.25% from 255 or 26.16% from 302); Blue value is 206 (80.86% from 255 or 68.21% from 302); Max value from RGB is 206 - color contains mainly: blue. Hex color #114FCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #114FCE is #EEB031. Grayscale: #4A4A4A. Windows color (decimal): -15642674 or 13520657. OLE color: 13520657.

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

Color convert

RGB 17 79 206 -
CMYK 0.92 0.62 0 0.19
HSL 220.32º 0.85% 0.44% -
HSV(B) 220.32º 0.92% 0.81% -
XYZ 14.17 10.17 59.61 -
YUV 74.94 201.96 86.67 -
System Red Green Blue C M Y K H S L
Decimal 17 79 206 0.92 0.62 0 0.19 220.32 0.85 0.44
Hex 11 4F CE 5C 3E 0 13 DC 55 2C
Octal 21 117 316 134 76 0 23 334 125 54
Binary 10001 1001111 11001110 1011100 111110 0 10011 11011100 1010101 101100

Color Harmonies of #114FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114FCE

Black with #114FCE

Text Example


Text Example

White with #114FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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