#1F71D7

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

Shades of Denim #1F71D7

Tints of Denim #1F71D7

Color information

#1F71D7 (or 0x1F71D7) is unknown color: approx Denim. HEX triplet: 1F, 71 and D7. RGB value is (31,113,215). Sum of RGB (Red+Green+Blue) = 31+113+215=359 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.64% from 359); Green value is 113 (44.53% from 255 or 31.48% from 359); Blue value is 215 (84.38% from 255 or 59.89% from 359); Max value from RGB is 215 - color contains mainly: blue. Hex color #1F71D7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F71D7 is #E08E28. Grayscale: #636363. Windows color (decimal): -14716457 or 14119199. OLE color: 14119199.

HSL color Cylindrical-coordinate representation of color #1F71D7: hue angle of 213.26º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F71D7 is Cyan = 0.86, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB31113215-
CMYK0.860.4700.16
HSL213.26º74.8%48.24%-
HSV(B)213.26º85.58%84.31%-
XYZ18.7417.0166.59-
YUV100.11192.8378.71-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.64%
GREEN value IS 113 (44.53% from 255) = 31.48%
BLUE value IS 215 (84.38% from 255) = 59.89%
R=8.64%
G=31.48%
B=59.89%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal311132150.860.4700.16213.2674.848.24
Hex1F71D7562F010d54b30
Octal371613271265702032511360
Binary111111110001110101111010110101111010000110101011001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F71D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,113,215); }

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

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

 a { background-color: rgb(31,113,215); }

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

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

 span { border-color: rgb(31,113,215); }

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