#1C5CD8

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

Shades of Denim #1C5CD8

Tints of Denim #1C5CD8

Color information

#1C5CD8 (or 0x1C5CD8) is unknown color: approx Denim. HEX triplet: 1C, 5C and D8. RGB value is (28,92,216). Sum of RGB (Red+Green+Blue) = 28+92+216=336 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.33% from 336); Green value is 92 (36.33% from 255 or 27.38% from 336); Blue value is 216 (84.77% from 255 or 64.29% from 336); Max value from RGB is 216 - color contains mainly: blue. Hex color #1C5CD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C5CD8 is #E3A327. Grayscale: #565656. Windows color (decimal): -14918440 or 14179356. OLE color: 14179356.

HSL color Cylindrical-coordinate representation of color #1C5CD8: hue angle of 219.57º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C5CD8 is Cyan = 0.87, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB2892216-
CMYK0.870.5700.15
HSL219.57º77.05%47.84%-
HSV(B)219.57º87.04%84.71%-
XYZ16.712.8666.57-
YUV87200.885.92-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.33%
GREEN value IS 92 (36.33% from 255) = 27.38%
BLUE value IS 216 (84.77% from 255) = 64.29%
R=8.33%
G=27.38%
B=64.29%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal28922160.870.5700.15219.5777.0547.84
Hex1C5CD857390Fdc4d30
Octal341343301277101733411560
Binary11100101110011011000101011111100101111110111001001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,92,216); }

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

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

 a { background-color: rgb(28,92,216); }

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

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

 span { border-color: rgb(28,92,216); }

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