Html Css Color HEX #2471BD Denim

📋 copy color: '#2471BD'

red 36 ◦ green 113 ◦ blue 189

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

Shades of Denim #2471BD

Tints of Denim #2471BD

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.43%

 BLUE value IS 189 (74.22% from 255) = 55.92%

R = 10.65%
G = 33.43%
B = 55.92%

CMYK

 C value IS 0.81

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2471BD (or 0x2471BD) is known color: Denim. HEX triplet: 24, 71 and BD. RGB value is (36,113,189). Sum of RGB (Red+Green+Blue) = 36+113+189=338 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.65% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 189 (74.22% from 255 or 55.92% from 338); Max value from RGB is 189 - color contains mainly: blue. Hex color #2471BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2471BD is #DB8E42. Grayscale: #626262. Windows color (decimal): -14388803 or 12415268. OLE color: 12415268.

HSL color Cylindrical-coordinate representation of color #2471BD: hue angle of 209.8º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2471BD is Cyan = 0.81, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 36 113 189 -
CMYK 0.81 0.40 0 0.26
HSL 209.8º 0.68% 0.44% -
HSV(B) 209.8º 0.81% 0.74% -
XYZ 15.82 15.86 50.37 -
YUV 98.64 178.99 83.32 -
System Red Green Blue C M Y K H S L
Decimal 36 113 189 0.81 0.40 0 0.26 209.8 0.68 0.44
Hex 24 71 BD 51 28 0 1A D2 44 2C
Octal 44 161 275 121 50 0 32 322 104 54
Binary 100100 1110001 10111101 1010001 101000 0 11010 11010010 1000100 101100

Color Harmonies of #2471BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2471BD

Black with #2471BD

Text Example


Text Example

White with #2471BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2471BD; }

 p { color: rgb(36,113,189); }

 H1.HeaderClassName
 {
   color: #2471BD;
 }
 .AnyTagClassName
 {
   color: #2471BD;
 }
</style>

background-color css

<style>
 a { background-color: #2471BD; }

 a { background-color: rgb(36,113,189); }

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

border-color css

<style>
 span { border-color: #2471BD; }

 span { border-color: rgb(36,113,189); }

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