#1F6DD3

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

Shades of Denim #1F6DD3

Tints of Denim #1F6DD3

Color information

#1F6DD3 (or 0x1F6DD3) is unknown color: approx Denim. HEX triplet: 1F, 6D and D3. RGB value is (31,109,211). Sum of RGB (Red+Green+Blue) = 31+109+211=351 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.83% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 211 (82.81% from 255 or 60.11% from 351); Max value from RGB is 211 - color contains mainly: blue. Hex color #1F6DD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F6DD3 is #E0922C. Grayscale: #606060. Windows color (decimal): -14717485 or 13856031. OLE color: 13856031.

HSL color Cylindrical-coordinate representation of color #1F6DD3: hue angle of 214º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F6DD3 is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB31109211-
CMYK0.850.4800.17
HSL214º74.38%47.45%-
HSV(B)214º85.31%82.75%-
XYZ17.7915.9363.77-
YUV97.31192.1680.71-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.83%
GREEN value IS 109 (42.97% from 255) = 31.05%
BLUE value IS 211 (82.81% from 255) = 60.11%
R=8.83%
G=31.05%
B=60.11%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal311092110.850.4800.1721474.3847.45
Hex1F6DD35530011d64a2f
Octal371553231256002132611257
Binary111111101101110100111010101110000010001110101101001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6DD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,109,211); }

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

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

 a { background-color: rgb(31,109,211); }

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

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

 span { border-color: rgb(31,109,211); }

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