#1F69DD

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

Shades of Denim #1F69DD

Tints of Denim #1F69DD

Color information

#1F69DD (or 0x1F69DD) is unknown color: approx Denim. HEX triplet: 1F, 69 and DD. RGB value is (31,105,221). Sum of RGB (Red+Green+Blue) = 31+105+221=357 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.68% from 357); Green value is 105 (41.41% from 255 or 29.41% from 357); Blue value is 221 (86.72% from 255 or 61.90% from 357); Max value from RGB is 221 - color contains mainly: blue. Hex color #1F69DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F69DD is #E09622. Grayscale: #5F5F5F. Windows color (decimal): -14718499 or 14510367. OLE color: 14510367.

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

Color convert

RGB31105221-
CMYK0.860.5200.13
HSL216.63º75.4%49.41%-
HSV(B)216.63º85.97%86.67%-
XYZ18.6715.6170.44-
YUV96.1198.4881.57-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.68%
GREEN value IS 105 (41.41% from 255) = 29.41%
BLUE value IS 221 (86.72% from 255) = 61.90%
R=8.68%
G=29.41%
B=61.90%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal311052210.860.5200.13216.6375.449.41
Hex1F69DD56340Dd94b31
Octal371513351266401533111361
Binary11111110100111011101101011011010001101110110011001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F69DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,105,221); }

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

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

 a { background-color: rgb(31,105,221); }

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

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

 span { border-color: rgb(31,105,221); }

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