#1C7FCE

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

Shades of Denim #1C7FCE

Tints of Denim #1C7FCE

Color information

#1C7FCE (or 0x1C7FCE) is unknown color: approx Denim. HEX triplet: 1C, 7F and CE. RGB value is (28,127,206). Sum of RGB (Red+Green+Blue) = 28+127+206=361 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.76% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 206 (80.86% from 255 or 57.06% from 361); Max value from RGB is 206 - color contains mainly: blue. Hex color #1C7FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C7FCE is #E38031. Grayscale: #696969. Windows color (decimal): -14909490 or 13532956. OLE color: 13532956.

HSL color Cylindrical-coordinate representation of color #1C7FCE: hue angle of 206.63º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C7FCE is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB28127206-
CMYK0.860.3800.19
HSL206.63º76.07%45.88%-
HSV(B)206.63º86.41%80.78%-
XYZ19.2119.8861.22-
YUV106.4184.272.08-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.76%
GREEN value IS 127 (50% from 255) = 35.18%
BLUE value IS 206 (80.86% from 255) = 57.06%
R=7.76%
G=35.18%
B=57.06%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal281272060.860.3800.19206.6376.0745.88
Hex1C7FCE5626013cf4c2e
Octal341773161264602331711456
Binary111001111111110011101010110100110010011110011111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,127,206); }

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

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

 a { background-color: rgb(28,127,206); }

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

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

 span { border-color: rgb(28,127,206); }

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