#114CC8

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

Shades of Denim #114CC8

Tints of Denim #114CC8

Color information

#114CC8 (or 0x114CC8) is unknown color: approx Denim. HEX triplet: 11, 4C and C8. RGB value is (17,76,200). Sum of RGB (Red+Green+Blue) = 17+76+200=293 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.80% from 293); Green value is 76 (30.08% from 255 or 25.94% from 293); Blue value is 200 (78.52% from 255 or 68.26% from 293); Max value from RGB is 200 - color contains mainly: blue. Hex color #114CC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #114CC8 is #EEB337. Grayscale: #474747. Windows color (decimal): -15643448 or 13126673. OLE color: 13126673.

HSL color Cylindrical-coordinate representation of color #114CC8: hue angle of 220.66º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #114CC8 is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1776200-
CMYK0.920.6200.22
HSL220.66º84.33%42.55%-
HSV(B)220.66º91.5%78.43%-
XYZ13.249.4655.77-
YUV72.49199.9588.42-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.80%
GREEN value IS 76 (30.08% from 255) = 25.94%
BLUE value IS 200 (78.52% from 255) = 68.26%
R=5.80%
G=25.94%
B=68.26%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal17762000.920.6200.22220.6684.3342.55
Hex114CC85C3E016dd542b
Octal211143101347602633512453
Binary100011001100110010001011100111110010110110111011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,76,200); }

 H1.HeaderClassName
 {
   color: #114CC8;
 }
 .AnyTagClassName
 {
   color: #114CC8;
 }
</style>
background-color css

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

 a { background-color: rgb(17,76,200); }

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

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

 span { border-color: rgb(17,76,200); }

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