#114FCE

Color #114FCE Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #114FCE

Tints of Denim #114FCE

Color information

#114FCE (or 0x114FCE) is unknown color: approx 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

RGB1779206-
CMYK0.920.6200.19
HSL220.32º84.75%43.73%-
HSV(B)220.32º91.75%80.78%-
XYZ14.1710.1759.61-
YUV74.94201.9686.67-

RGB Variations

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

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 (Cyan) values IS 0.92
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal17792060.920.6200.19220.3284.7543.73
Hex114FCE5C3E013dc552c
Octal211173161347602333412554
Binary100011001111110011101011100111110010011110111001010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>