Html Css Color HEX #2472BF Denim

📋 copy color: '#2472BF'

red 36 ◦ green 114 ◦ blue 191

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

Shades of Denim #2472BF

Tints of Denim #2472BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 56.01%

R = 10.56%
G = 33.43%
B = 56.01%

CMYK

 C value IS 0.81

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2472BF (or 0x2472BF) is known color: Denim. HEX triplet: 24, 72 and BF. RGB value is (36,114,191). Sum of RGB (Red+Green+Blue) = 36+114+191=341 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.56% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 191 (75% from 255 or 56.01% from 341); Max value from RGB is 191 - color contains mainly: blue. Hex color #2472BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2472BF is #DB8D40. Grayscale: #636363. Windows color (decimal): -14388545 or 12546596. OLE color: 12546596.

HSL color Cylindrical-coordinate representation of color #2472BF: hue angle of 209.81º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2472BF is Cyan = 0.81, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 36 114 191 -
CMYK 0.81 0.40 0 0.25
HSL 209.81º 0.68% 0.45% -
HSV(B) 209.81º 0.81% 0.75% -
XYZ 16.15 16.17 51.56 -
YUV 99.46 179.66 82.74 -
System Red Green Blue C M Y K H S L
Decimal 36 114 191 0.81 0.40 0 0.25 209.81 0.68 0.45
Hex 24 72 BF 51 28 0 19 D2 44 2D
Octal 44 162 277 121 50 0 31 322 104 55
Binary 100100 1110010 10111111 1010001 101000 0 11001 11010010 1000100 101101

Color Harmonies of #2472BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2472BF

Black with #2472BF

Text Example


Text Example

White with #2472BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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