Html Css Color HEX #2472BD Denim

📋 copy color: '#2472BD'

red 36 ◦ green 114 ◦ blue 189

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

Shades of Denim #2472BD

Tints of Denim #2472BD

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.63%

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

R = 10.62%
G = 33.63%
B = 55.75%

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

#2472BD (or 0x2472BD) is known color: Denim. HEX triplet: 24, 72 and BD. RGB value is (36,114,189). Sum of RGB (Red+Green+Blue) = 36+114+189=339 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.62% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 189 (74.22% from 255 or 55.75% from 339); Max value from RGB is 189 - color contains mainly: blue. Hex color #2472BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2472BD is #DB8D42. Grayscale: #626262. Windows color (decimal): -14388547 or 12415524. OLE color: 12415524.

HSL color Cylindrical-coordinate representation of color #2472BD: hue angle of 209.41º 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 #2472BD is Cyan = 0.81, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 36 114 189 -
CMYK 0.81 0.40 0 0.26
HSL 209.41º 0.68% 0.44% -
HSV(B) 209.41º 0.81% 0.74% -
XYZ 15.93 16.08 50.41 -
YUV 99.23 178.66 82.9 -
System Red Green Blue C M Y K H S L
Decimal 36 114 189 0.81 0.40 0 0.26 209.41 0.68 0.44
Hex 24 72 BD 51 28 0 1A D1 44 2C
Octal 44 162 275 121 50 0 32 321 104 54
Binary 100100 1110010 10111101 1010001 101000 0 11010 11010001 1000100 101100

Color Harmonies of #2472BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2472BD

Black with #2472BD

Text Example


Text Example

White with #2472BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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