#1F7CC7

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

Shades of Denim #1F7CC7

Tints of Denim #1F7CC7

Color information

#1F7CC7 (or 0x1F7CC7) is unknown color: approx Denim. HEX triplet: 1F, 7C and C7. RGB value is (31,124,199). Sum of RGB (Red+Green+Blue) = 31+124+199=354 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.76% from 354); Green value is 124 (48.83% from 255 or 35.03% from 354); Blue value is 199 (78.12% from 255 or 56.21% from 354); Max value from RGB is 199 - color contains mainly: blue. Hex color #1F7CC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F7CC7 is #E08338. Grayscale: #686868. Windows color (decimal): -14713657 or 13073439. OLE color: 13073439.

HSL color Cylindrical-coordinate representation of color #1F7CC7: hue angle of 206.79º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F7CC7 is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB31124199-
CMYK0.840.3800.22
HSL206.79º73.04%45.1%-
HSV(B)206.79º84.42%78.04%-
XYZ18.0818.8356.71-
YUV104.74181.1975.4-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.76%
GREEN value IS 124 (48.83% from 255) = 35.03%
BLUE value IS 199 (78.12% from 255) = 56.21%
R=8.76%
G=35.03%
B=56.21%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal311241990.840.3800.22206.7973.0445.1
Hex1F7CC75426016cf492d
Octal371743071244602631711155
Binary111111111100110001111010100100110010110110011111001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,124,199); }

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

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

 a { background-color: rgb(31,124,199); }

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

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

 span { border-color: rgb(31,124,199); }

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