Html Css Color HEX #1D5DD8 Denim

📋 copy color: '#1D5DD8'

red 29 ◦ green 93 ◦ blue 216

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

Shades of Denim #1D5DD8

Tints of Denim #1D5DD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 63.91%

R = 8.58%
G = 27.51%
B = 63.91%

CMYK

 C value IS 0.87

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1D5DD8 (or 0x1D5DD8) is known color: Denim. HEX triplet: 1D, 5D and D8. RGB value is (29,93,216). Sum of RGB (Red+Green+Blue) = 29+93+216=338 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.58% from 338); Green value is 93 (36.72% from 255 or 27.51% from 338); Blue value is 216 (84.77% from 255 or 63.91% from 338); Max value from RGB is 216 - color contains mainly: blue. Hex color #1D5DD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D5DD8 is #E2A227. Grayscale: #575757. Windows color (decimal): -14852648 or 14179613. OLE color: 14179613.

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

Color convert

RGB 29 93 216 -
CMYK 0.87 0.57 0 0.15
HSL 219.47º 0.76% 0.48% -
HSV(B) 219.47º 0.87% 0.85% -
XYZ 16.82 13.05 66.6 -
YUV 87.89 200.3 86 -
System Red Green Blue C M Y K H S L
Decimal 29 93 216 0.87 0.57 0 0.15 219.47 0.76 0.48
Hex 1D 5D D8 57 39 0 F DB 4C 30
Octal 35 135 330 127 71 0 17 333 114 60
Binary 11101 1011101 11011000 1010111 111001 0 1111 11011011 1001100 110000

Color Harmonies of #1D5DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5DD8

Black with #1D5DD8

Text Example


Text Example

White with #1D5DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,93,216); }

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

background-color css

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

 a { background-color: rgb(29,93,216); }

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

border-color css

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

 span { border-color: rgb(29,93,216); }

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