Html Css Color HEX #2476CB Denim

📋 copy color: '#2476CB'

red 36 ◦ green 118 ◦ blue 203

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

Shades of Denim #2476CB

Tints of Denim #2476CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 56.86%

R = 10.08%
G = 33.05%
B = 56.86%

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

#2476CB (or 0x2476CB) is known color: Denim. HEX triplet: 24, 76 and CB. RGB value is (36,118,203). Sum of RGB (Red+Green+Blue) = 36+118+203=357 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.08% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 203 (79.69% from 255 or 56.86% from 357); Max value from RGB is 203 - color contains mainly: blue. Hex color #2476CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2476CB is #DB8934. Grayscale: #666666. Windows color (decimal): -14387509 or 13334052. OLE color: 13334052.

HSL color Cylindrical-coordinate representation of color #2476CB: hue angle of 210.54º 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 #2476CB is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 36 118 203 -
CMYK 0.82 0.42 0 0.20
HSL 210.54º 0.7% 0.47% -
HSV(B) 210.54º 0.82% 0.8% -
XYZ 17.99 17.64 58.96 -
YUV 103.17 184.33 80.09 -
System Red Green Blue C M Y K H S L
Decimal 36 118 203 0.82 0.42 0 0.20 210.54 0.7 0.47
Hex 24 76 CB 52 2A 0 14 D3 46 2F
Octal 44 166 313 122 52 0 24 323 106 57
Binary 100100 1110110 11001011 1010010 101010 0 10100 11010011 1000110 101111

Color Harmonies of #2476CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2476CB

Black with #2476CB

Text Example


Text Example

White with #2476CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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