#1F5FDE

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

Shades of Denim #1F5FDE

Tints of Denim #1F5FDE

Color information

#1F5FDE (or 0x1F5FDE) is unknown color: approx Denim. HEX triplet: 1F, 5F and DE. RGB value is (31,95,222). Sum of RGB (Red+Green+Blue) = 31+95+222=348 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.91% from 348); Green value is 95 (37.5% from 255 or 27.30% from 348); Blue value is 222 (87.11% from 255 or 63.79% from 348); Max value from RGB is 222 - color contains mainly: blue. Hex color #1F5FDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F5FDE is #E0A021. Grayscale: #595959. Windows color (decimal): -14721058 or 14573343. OLE color: 14573343.

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

Color convert

RGB3195222-
CMYK0.860.5700.13
HSL219.9º75.49%49.61%-
HSV(B)219.9º86.04%87.06%-
XYZ17.8413.7570.82-
YUV90.34202.385.67-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.91%
GREEN value IS 95 (37.5% from 255) = 27.30%
BLUE value IS 222 (87.11% from 255) = 63.79%
R=8.91%
G=27.30%
B=63.79%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal31952220.860.5700.13219.975.4949.61
Hex1F5FDE56390Ddc4b32
Octal371373361267101533411362
Binary11111101111111011110101011011100101101110111001001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,95,222); }

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

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

 a { background-color: rgb(31,95,222); }

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

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

 span { border-color: rgb(31,95,222); }

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