#1C7DBC

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

Shades of Denim #1C7DBC

Tints of Denim #1C7DBC

Color information

#1C7DBC (or 0x1C7DBC) is unknown color: approx Denim. HEX triplet: 1C, 7D and BC. RGB value is (28,125,188). Sum of RGB (Red+Green+Blue) = 28+125+188=341 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.21% from 341); Green value is 125 (49.22% from 255 or 36.66% from 341); Blue value is 188 (73.83% from 255 or 55.13% from 341); Max value from RGB is 188 - color contains mainly: blue. Hex color #1C7DBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C7DBC is #E38243. Grayscale: #666666. Windows color (decimal): -14910020 or 12352796. OLE color: 12352796.

HSL color Cylindrical-coordinate representation of color #1C7DBC: hue angle of 203.62º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C7DBC is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB28125188-
CMYK0.850.3400.26
HSL203.62º74.07%42.35%-
HSV(B)203.62º85.11%73.73%-
XYZ16.8918.5450.27-
YUV103.18175.8674.38-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.21%
GREEN value IS 125 (49.22% from 255) = 36.66%
BLUE value IS 188 (73.83% from 255) = 55.13%
R=8.21%
G=36.66%
B=55.13%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal281251880.850.3400.26203.6274.0742.35
Hex1C7DBC552201Acc4a2a
Octal341752741254203231411252
Binary111001111101101111001010101100010011010110011001001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C7DBC; }

 p { color: rgb(28,125,188); }

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

<style>
 a { background-color: #1C7DBC; }

 a { background-color: rgb(28,125,188); }

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

<style>
 span { border-color: #1C7DBC; }

 span { border-color: rgb(28,125,188); }

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