Html Css Color HEX #2476CD Denim

📋 copy color: '#2476CD'

red 36 ◦ green 118 ◦ blue 205

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

Shades of Denim #2476CD

Tints of Denim #2476CD

RGB

 RED value IS 36 (14.45% from 255) = 10.03%

 GREEN value IS 118 (46.48% from 255) = 32.87%

 BLUE value IS 205 (80.47% from 255) = 57.1%

R = 10.03%
G = 32.87%
B = 57.1%

CMYK

 C value IS 0.82

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2476CD (or 0x2476CD) is known color: Denim. HEX triplet: 24, 76 and CD. RGB value is (36,118,205). Sum of RGB (Red+Green+Blue) = 36+118+205=359 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.03% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 205 (80.47% from 255 or 57.10% from 359); Max value from RGB is 205 - color contains mainly: blue. Hex color #2476CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2476CD is #DB8932. Grayscale: #666666. Windows color (decimal): -14387507 or 13465124. OLE color: 13465124.

HSL color Cylindrical-coordinate representation of color #2476CD: hue angle of 210.89º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2476CD is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 36 118 205 -
CMYK 0.82 0.42 0 0.20
HSL 210.89º 0.7% 0.47% -
HSV(B) 210.89º 0.82% 0.8% -
XYZ 18.23 17.74 60.22 -
YUV 103.4 185.33 79.93 -
System Red Green Blue C M Y K H S L
Decimal 36 118 205 0.82 0.42 0 0.20 210.89 0.7 0.47
Hex 24 76 CD 52 2A 0 14 D3 46 2F
Octal 44 166 315 122 52 0 24 323 106 57
Binary 100100 1110110 11001101 1010010 101010 0 10100 11010011 1000110 101111

Color Harmonies of #2476CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2476CD

Black with #2476CD

Text Example


Text Example

White with #2476CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2476CD; }

 p { color: rgb(36,118,205); }

 H1.HeaderClassName
 {
   color: #2476CD;
 }
 .AnyTagClassName
 {
   color: #2476CD;
 }
</style>

background-color css

<style>
 a { background-color: #2476CD; }

 a { background-color: rgb(36,118,205); }

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

border-color css

<style>
 span { border-color: #2476CD; }

 span { border-color: rgb(36,118,205); }

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