Html Css Color HEX #1D5ED0 Denim

📋 copy color: '#1D5ED0'

red 29 ◦ green 94 ◦ blue 208

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

Shades of Denim #1D5ED0

Tints of Denim #1D5ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 62.84%

R = 8.76%
G = 28.4%
B = 62.84%

CMYK

 C value IS 0.86

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1D5ED0 (or 0x1D5ED0) is known color: Denim. HEX triplet: 1D, 5E and D0. RGB value is (29,94,208). Sum of RGB (Red+Green+Blue) = 29+94+208=331 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.76% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 208 (81.64% from 255 or 62.84% from 331); Max value from RGB is 208 - color contains mainly: blue. Hex color #1D5ED0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D5ED0 is #E2A12F. Grayscale: #575757. Windows color (decimal): -14852400 or 13655581. OLE color: 13655581.

HSL color Cylindrical-coordinate representation of color #1D5ED0: hue angle of 218.21º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D5ED0 is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 29 94 208 -
CMYK 0.86 0.55 0 0.18
HSL 218.21º 0.76% 0.46% -
HSV(B) 218.21º 0.86% 0.82% -
XYZ 15.89 12.82 61.31 -
YUV 87.56 195.97 86.23 -
System Red Green Blue C M Y K H S L
Decimal 29 94 208 0.86 0.55 0 0.18 218.21 0.76 0.46
Hex 1D 5E D0 56 37 0 12 DA 4C 2E
Octal 35 136 320 126 67 0 22 332 114 56
Binary 11101 1011110 11010000 1010110 110111 0 10010 11011010 1001100 101110

Color Harmonies of #1D5ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5ED0

Black with #1D5ED0

Text Example


Text Example

White with #1D5ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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