Html Css Color HEX #114ECE Denim

📋 copy color: '#114ECE'

red 17 ◦ green 78 ◦ blue 206

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

Shades of Denim #114ECE

Tints of Denim #114ECE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.91%

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

R = 5.65%
G = 25.91%
B = 68.44%

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

#114ECE (or 0x114ECE) is known color: Denim. HEX triplet: 11, 4E and CE. RGB value is (17,78,206). Sum of RGB (Red+Green+Blue) = 17+78+206=301 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.65% from 301); Green value is 78 (30.86% from 255 or 25.91% from 301); Blue value is 206 (80.86% from 255 or 68.44% from 301); Max value from RGB is 206 - color contains mainly: blue. Hex color #114ECE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #114ECE is #EEB131. Grayscale: #494949. Windows color (decimal): -15642930 or 13520401. OLE color: 13520401.

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

Color convert

RGB 17 78 206 -
CMYK 0.92 0.62 0 0.19
HSL 220.63º 0.85% 0.44% -
HSV(B) 220.63º 0.92% 0.81% -
XYZ 14.1 10.02 59.58 -
YUV 74.35 202.29 87.09 -
System Red Green Blue C M Y K H S L
Decimal 17 78 206 0.92 0.62 0 0.19 220.63 0.85 0.44
Hex 11 4E CE 5C 3E 0 13 DD 55 2C
Octal 21 116 316 134 76 0 23 335 125 54
Binary 10001 1001110 11001110 1011100 111110 0 10011 11011101 1010101 101100

Color Harmonies of #114ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114ECE

Black with #114ECE

Text Example


Text Example

White with #114ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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