Html Css Color HEX #1D5ACC Denim

📋 copy color: '#1D5ACC'

red 29 ◦ green 90 ◦ blue 204

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

Shades of Denim #1D5ACC

Tints of Denim #1D5ACC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.86%

 BLUE value IS 204 (80.08% from 255) = 63.16%

R = 8.98%
G = 27.86%
B = 63.16%

CMYK

 C value IS 0.86

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1D5ACC (or 0x1D5ACC) is known color: Denim. HEX triplet: 1D, 5A and CC. RGB value is (29,90,204). Sum of RGB (Red+Green+Blue) = 29+90+204=323 (42% of max value = 765). Red value is 29 (11.72% from 255 or 8.98% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 204 (80.08% from 255 or 63.16% from 323); Max value from RGB is 204 - color contains mainly: blue. Hex color #1D5ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D5ACC is #E2A533. Grayscale: #545454. Windows color (decimal): -14853428 or 13392413. OLE color: 13392413.

HSL color Cylindrical-coordinate representation of color #1D5ACC: hue angle of 219.09º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D5ACC is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 29 90 204 -
CMYK 0.86 0.56 0 0.2
HSL 219.09º 0.75% 0.46% -
HSV(B) 219.09º 0.86% 0.8% -
XYZ 15.06 11.93 58.64 -
YUV 84.76 195.29 88.23 -
System Red Green Blue C M Y K H S L
Decimal 29 90 204 0.86 0.56 0 0.2 219.09 0.75 0.46
Hex 1D 5A CC 56 38 0 14 DB 4B 2E
Octal 35 132 314 126 70 0 24 333 113 56
Binary 11101 1011010 11001100 1010110 111000 0 10100 11011011 1001011 101110

Color Harmonies of #1D5ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5ACC

Black with #1D5ACC

Text Example


Text Example

White with #1D5ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,90,204); }

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

background-color css

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

 a { background-color: rgb(29,90,204); }

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

border-color css

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

 span { border-color: rgb(29,90,204); }

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