#1457C8

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

Shades of Denim #1457C8

Tints of Denim #1457C8

Color information

#1457C8 (or 0x1457C8) is unknown color: approx Denim. HEX triplet: 14, 57 and C8. RGB value is (20,87,200). Sum of RGB (Red+Green+Blue) = 20+87+200=307 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.51% from 307); Green value is 87 (34.38% from 255 or 28.34% from 307); Blue value is 200 (78.52% from 255 or 65.15% from 307); Max value from RGB is 200 - color contains mainly: blue. Hex color #1457C8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1457C8 is #EBA837. Grayscale: #4F4F4F. Windows color (decimal): -15444024 or 13129492. OLE color: 13129492.

HSL color Cylindrical-coordinate representation of color #1457C8: hue angle of 217.67º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1457C8 is Cyan = 0.9, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB2087200-
CMYK0.90.5600.22
HSL217.67º81.82%43.14%-
HSV(B)217.67º90%78.43%-
XYZ14.1211.1456.05-
YUV79.85195.885.31-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.51%
GREEN value IS 87 (34.38% from 255) = 28.34%
BLUE value IS 200 (78.52% from 255) = 65.15%
R=6.51%
G=28.34%
B=65.15%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20872000.90.5600.22217.6781.8243.14
Hex1457C85A38016da522b
Octal241273101327002633212253
Binary101001010111110010001011010111000010110110110101010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1457C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1457C8; }

 p { color: rgb(20,87,200); }

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

<style>
 a { background-color: #1457C8; }

 a { background-color: rgb(20,87,200); }

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

<style>
 span { border-color: #1457C8; }

 span { border-color: rgb(20,87,200); }

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