Html Css Color HEX #114ECB Denim

📋 copy color: '#114ECB'

red 17 ◦ green 78 ◦ blue 203

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

Shades of Denim #114ECB

Tints of Denim #114ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 68.12%

R = 5.7%
G = 26.17%
B = 68.12%

CMYK

 C value IS 0.92

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#114ECB (or 0x114ECB) is known color: Denim. HEX triplet: 11, 4E and CB. RGB value is (17,78,203). Sum of RGB (Red+Green+Blue) = 17+78+203=298 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.70% from 298); Green value is 78 (30.86% from 255 or 26.17% from 298); Blue value is 203 (79.69% from 255 or 68.12% from 298); Max value from RGB is 203 - color contains mainly: blue. Hex color #114ECB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #114ECB is #EEB134. Grayscale: #494949. Windows color (decimal): -15642933 or 13323793. OLE color: 13323793.

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

Color convert

RGB 17 78 203 -
CMYK 0.92 0.62 0 0.20
HSL 220.32º 0.85% 0.43% -
HSV(B) 220.32º 0.92% 0.8% -
XYZ 13.74 9.88 57.68 -
YUV 74.01 200.79 87.34 -
System Red Green Blue C M Y K H S L
Decimal 17 78 203 0.92 0.62 0 0.20 220.32 0.85 0.43
Hex 11 4E CB 5C 3E 0 14 DC 55 2B
Octal 21 116 313 134 76 0 24 334 125 53
Binary 10001 1001110 11001011 1011100 111110 0 10100 11011100 1010101 101011

Color Harmonies of #114ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114ECB

Black with #114ECB

Text Example


Text Example

White with #114ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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