#1F7ACC

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

Shades of Denim #1F7ACC

Tints of Denim #1F7ACC

Color information

#1F7ACC (or 0x1F7ACC) is unknown color: approx Denim. HEX triplet: 1F, 7A and CC. RGB value is (31,122,204). Sum of RGB (Red+Green+Blue) = 31+122+204=357 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.68% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 204 (80.08% from 255 or 57.14% from 357); Max value from RGB is 204 - color contains mainly: blue. Hex color #1F7ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F7ACC is #E08533. Grayscale: #676767. Windows color (decimal): -14714164 or 13400607. OLE color: 13400607.

HSL color Cylindrical-coordinate representation of color #1F7ACC: hue angle of 208.44º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F7ACC is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB31122204-
CMYK0.850.4000.2
HSL208.44º73.62%46.08%-
HSV(B)208.44º84.8%80%-
XYZ18.4218.5759.74-
YUV104.14184.3575.83-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.68%
GREEN value IS 122 (48.05% from 255) = 34.17%
BLUE value IS 204 (80.08% from 255) = 57.14%
R=8.68%
G=34.17%
B=57.14%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal311222040.850.4000.2208.4473.6246.08
Hex1F7ACC5528014d04a2e
Octal371723141255002432011256
Binary111111111010110011001010101101000010100110100001001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,122,204); }

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

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

 a { background-color: rgb(31,122,204); }

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

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

 span { border-color: rgb(31,122,204); }

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