#1457D7

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

Shades of Denim #1457D7

Tints of Denim #1457D7

Color information

#1457D7 (or 0x1457D7) is unknown color: approx Denim. HEX triplet: 14, 57 and D7. RGB value is (20,87,215). Sum of RGB (Red+Green+Blue) = 20+87+215=322 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.21% from 322); Green value is 87 (34.38% from 255 or 27.02% from 322); Blue value is 215 (84.38% from 255 or 66.77% from 322); Max value from RGB is 215 - color contains mainly: blue. Hex color #1457D7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1457D7 is #EBA828. Grayscale: #505050. Windows color (decimal): -15444009 or 14112532. OLE color: 14112532.

HSL color Cylindrical-coordinate representation of color #1457D7: hue angle of 219.38º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1457D7 is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB2087215-
CMYK0.910.6000.16
HSL219.38º82.98%46.08%-
HSV(B)219.38º90.7%84.31%-
XYZ15.9611.8765.74-
YUV81.56203.384.09-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.21%
GREEN value IS 87 (34.38% from 255) = 27.02%
BLUE value IS 215 (84.38% from 255) = 66.77%
R=6.21%
G=27.02%
B=66.77%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal20872150.910.6000.16219.3882.9846.08
Hex1457D75B3C010db532e
Octal241273271337402033312356
Binary101001010111110101111011011111100010000110110111010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1457D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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