#1F7BCC

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

Shades of Denim #1F7BCC

Tints of Denim #1F7BCC

Color information

#1F7BCC (or 0x1F7BCC) is unknown color: approx Denim. HEX triplet: 1F, 7B and CC. RGB value is (31,123,204). Sum of RGB (Red+Green+Blue) = 31+123+204=358 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.66% from 358); Green value is 123 (48.44% from 255 or 34.36% from 358); Blue value is 204 (80.08% from 255 or 56.98% from 358); Max value from RGB is 204 - color contains mainly: blue. Hex color #1F7BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F7BCC is #E08433. Grayscale: #686868. Windows color (decimal): -14713908 or 13400863. OLE color: 13400863.

HSL color Cylindrical-coordinate representation of color #1F7BCC: hue angle of 208.09º 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 #1F7BCC is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB31123204-
CMYK0.850.4000.2
HSL208.09º73.62%46.08%-
HSV(B)208.09º84.8%80%-
XYZ18.5518.8259.78-
YUV104.73184.0275.41-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.66%
GREEN value IS 123 (48.44% from 255) = 34.36%
BLUE value IS 204 (80.08% from 255) = 56.98%
R=8.66%
G=34.36%
B=56.98%

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
Decimal311232040.850.4000.2208.0973.6246.08
Hex1F7BCC5528014d04a2e
Octal371733141255002432011256
Binary111111111011110011001010101101000010100110100001001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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