#1470BF

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

Shades of Denim #1470BF

Tints of Denim #1470BF

Color information

#1470BF (or 0x1470BF) is unknown color: approx Denim. HEX triplet: 14, 70 and BF. RGB value is (20,112,191). Sum of RGB (Red+Green+Blue) = 20+112+191=323 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.19% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 191 (75% from 255 or 59.13% from 323); Max value from RGB is 191 - color contains mainly: blue. Hex color #1470BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1470BF is #EB8F40. Grayscale: #5D5D5D. Windows color (decimal): -15437633 or 12546068. OLE color: 12546068.

HSL color Cylindrical-coordinate representation of color #1470BF: hue angle of 207.72º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1470BF is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB20112191-
CMYK0.900.4100.25
HSL207.72º81.04%41.37%-
HSV(B)207.72º89.53%74.9%-
XYZ15.4915.551.47-
YUV93.5183.0275.58-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.19%
GREEN value IS 112 (44.14% from 255) = 34.67%
BLUE value IS 191 (75% from 255) = 59.13%
R=6.19%
G=34.67%
B=59.13%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal201121910.900.4100.25207.7281.0441.37
Hex1470BF5A29019d05129
Octal241602771325103132012151
Binary101001110000101111111011010101001011001110100001010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1470BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1470BF; }

 p { color: rgb(20,112,191); }

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

<style>
 a { background-color: #1470BF; }

 a { background-color: rgb(20,112,191); }

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

<style>
 span { border-color: #1470BF; }

 span { border-color: rgb(20,112,191); }

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