Html Css Color HEX #1F5DDB Denim

📋 copy color: '#1F5DDB'

red 31 ◦ green 93 ◦ blue 219

#1F5DDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Denim #1F5DDB

Tints of Denim #1F5DDB

RGB

 RED value IS 31 (12.5% from 255) = 9.04%

 GREEN value IS 93 (36.72% from 255) = 27.11%

 BLUE value IS 219 (85.94% from 255) = 63.85%

R = 9.04%
G = 27.11%
B = 63.85%

CMYK

 C value IS 0.86

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1F5DDB (or 0x1F5DDB) is known color: Denim. HEX triplet: 1F, 5D and DB. RGB value is (31,93,219). Sum of RGB (Red+Green+Blue) = 31+93+219=343 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.04% from 343); Green value is 93 (36.72% from 255 or 27.11% from 343); Blue value is 219 (85.94% from 255 or 63.85% from 343); Max value from RGB is 219 - color contains mainly: blue. Hex color #1F5DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F5DDB is #E0A224. Grayscale: #585858. Windows color (decimal): -14721573 or 14376223. OLE color: 14376223.

HSL color Cylindrical-coordinate representation of color #1F5DDB: hue angle of 220.21º 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 #1F5DDB is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 31 93 219 -
CMYK 0.86 0.58 0 0.14
HSL 220.21º 0.75% 0.49% -
HSV(B) 220.21º 0.86% 0.86% -
XYZ 17.27 13.23 68.66 -
YUV 88.83 201.46 86.75 -
System Red Green Blue C M Y K H S L
Decimal 31 93 219 0.86 0.58 0 0.14 220.21 0.75 0.49
Hex 1F 5D DB 56 3A 0 E DC 4B 31
Octal 37 135 333 126 72 0 16 334 113 61
Binary 11111 1011101 11011011 1010110 111010 0 1110 11011100 1001011 110001

Color Harmonies of #1F5DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5DDB

Black with #1F5DDB

Text Example


Text Example

White with #1F5DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,93,219); }

 H1.HeaderClassName
 {
   color: #1F5DDB;
 }
 .AnyTagClassName
 {
   color: #1F5DDB;
 }
</style>

background-color css

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

 a { background-color: rgb(31,93,219); }

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

border-color css

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

 span { border-color: rgb(31,93,219); }

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