Html Css Color HEX #1D5EDB Denim

📋 copy color: '#1D5EDB'

red 29 ◦ green 94 ◦ blue 219

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

Shades of Denim #1D5EDB

Tints of Denim #1D5EDB

RGB

 RED value IS 29 (11.72% from 255) = 8.48%

 GREEN value IS 94 (37.11% from 255) = 27.49%

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

R = 8.48%
G = 27.49%
B = 64.04%

CMYK

 C value IS 0.87

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1D5EDB (or 0x1D5EDB) is known color: Denim. HEX triplet: 1D, 5E and DB. RGB value is (29,94,219). Sum of RGB (Red+Green+Blue) = 29+94+219=342 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.48% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 219 (85.94% from 255 or 64.04% from 342); Max value from RGB is 219 - color contains mainly: blue. Hex color #1D5EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D5EDB is #E2A124. Grayscale: #585858. Windows color (decimal): -14852389 or 14376477. OLE color: 14376477.

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

Color convert

RGB 29 94 219 -
CMYK 0.87 0.57 0 0.14
HSL 219.47º 0.77% 0.49% -
HSV(B) 219.47º 0.87% 0.86% -
XYZ 17.3 13.38 68.69 -
YUV 88.82 201.47 85.34 -
System Red Green Blue C M Y K H S L
Decimal 29 94 219 0.87 0.57 0 0.14 219.47 0.77 0.49
Hex 1D 5E DB 57 39 0 E DB 4D 31
Octal 35 136 333 127 71 0 16 333 115 61
Binary 11101 1011110 11011011 1010111 111001 0 1110 11011011 1001101 110001

Color Harmonies of #1D5EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5EDB

Black with #1D5EDB

Text Example


Text Example

White with #1D5EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,94,219); }

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

background-color css

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

 a { background-color: rgb(29,94,219); }

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

border-color css

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

 span { border-color: rgb(29,94,219); }

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