Html Css Color HEX #2472BB Denim

📋 copy color: '#2472BB'

red 36 ◦ green 114 ◦ blue 187

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

Shades of Denim #2472BB

Tints of Denim #2472BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 55.49%

R = 10.68%
G = 33.83%
B = 55.49%

CMYK

 C value IS 0.81

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2472BB (or 0x2472BB) is known color: Denim. HEX triplet: 24, 72 and BB. RGB value is (36,114,187). Sum of RGB (Red+Green+Blue) = 36+114+187=337 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.68% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 187 (73.44% from 255 or 55.49% from 337); Max value from RGB is 187 - color contains mainly: blue. Hex color #2472BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2472BB is #DB8D44. Grayscale: #626262. Windows color (decimal): -14388549 or 12284452. OLE color: 12284452.

HSL color Cylindrical-coordinate representation of color #2472BB: hue angle of 209.01º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2472BB is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 36 114 187 -
CMYK 0.81 0.39 0 0.27
HSL 209.01º 0.68% 0.44% -
HSV(B) 209.01º 0.81% 0.73% -
XYZ 15.71 16 49.27 -
YUV 99 177.66 83.06 -
System Red Green Blue C M Y K H S L
Decimal 36 114 187 0.81 0.39 0 0.27 209.01 0.68 0.44
Hex 24 72 BB 51 27 0 1B D1 44 2C
Octal 44 162 273 121 47 0 33 321 104 54
Binary 100100 1110010 10111011 1010001 100111 0 11011 11010001 1000100 101100

Color Harmonies of #2472BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2472BB

Black with #2472BB

Text Example


Text Example

White with #2472BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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