#1f6adc

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

Shades of Denim #1F6ADC

Tints of Denim #1F6ADC

Color information

#1F6ADC (or 0x1F6ADC) is unknown color: approx Denim. HEX triplet: 1F, 6A and DC. RGB value is (31,106,220). Sum of RGB (Red+Green+Blue) = 31+106+220=357 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.68% from 357); Green value is 106 (41.80% from 255 or 29.69% from 357); Blue value is 220 (86.33% from 255 or 61.62% from 357); Max value from RGB is 220 - color contains mainly: blue. Hex color #1F6ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F6ADC is #E09523. Grayscale: #606060. Windows color (decimal): -14718244 or 14445087. OLE color: 14445087.

HSL color Cylindrical-coordinate representation of color #1F6ADC: hue angle of 216.19º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F6ADC is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB31106220-
CMYK0.860.5200.14
HSL216.19º75.3%49.22%-
HSV(B)216.19º85.91%86.27%-
XYZ18.6415.7769.77-
YUV96.57197.6581.23-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.68%
GREEN value IS 106 (41.80% from 255) = 29.69%
BLUE value IS 220 (86.33% from 255) = 61.62%
R=8.68%
G=29.69%
B=61.62%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal311062200.860.5200.14216.1975.349.22
Hex1F6ADC56340Ed84b31
Octal371523341266401633011361
Binary11111110101011011100101011011010001110110110001001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f6adc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,106,220); }

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

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

 a { background-color: rgb(31,106,220); }

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

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

 span { border-color: rgb(31,106,220); }

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