Html Css Color HEX #1E5FDB Denim

📋 copy color: '#1E5FDB'

red 30 ◦ green 95 ◦ blue 219

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

Shades of Denim #1E5FDB

Tints of Denim #1E5FDB

RGB

 RED value IS 30 (12.11% from 255) = 8.72%

 GREEN value IS 95 (37.5% from 255) = 27.62%

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

R = 8.72%
G = 27.62%
B = 63.66%

CMYK

 C value IS 0.86

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1E5FDB (or 0x1E5FDB) is known color: Denim. HEX triplet: 1E, 5F and DB. RGB value is (30,95,219). Sum of RGB (Red+Green+Blue) = 30+95+219=344 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.72% from 344); Green value is 95 (37.5% from 255 or 27.62% from 344); Blue value is 219 (85.94% from 255 or 63.66% from 344); Max value from RGB is 219 - color contains mainly: blue. Hex color #1E5FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E5FDB is #E1A024. Grayscale: #595959. Windows color (decimal): -14786597 or 14376734. OLE color: 14376734.

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

Color convert

RGB 30 95 219 -
CMYK 0.86 0.57 0 0.14
HSL 219.37º 0.76% 0.49% -
HSV(B) 219.37º 0.86% 0.86% -
XYZ 17.41 13.57 68.72 -
YUV 89.7 200.97 85.42 -
System Red Green Blue C M Y K H S L
Decimal 30 95 219 0.86 0.57 0 0.14 219.37 0.76 0.49
Hex 1E 5F DB 56 39 0 E DB 4C 31
Octal 36 137 333 126 71 0 16 333 114 61
Binary 11110 1011111 11011011 1010110 111001 0 1110 11011011 1001100 110001

Color Harmonies of #1E5FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E5FDB

Black with #1E5FDB

Text Example


Text Example

White with #1E5FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,95,219); }

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

background-color css

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

 a { background-color: rgb(30,95,219); }

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

border-color css

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

 span { border-color: rgb(30,95,219); }

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