Html Css Color HEX #2571BC Denim

📋 copy color: '#2571BC'

red 37 ◦ green 113 ◦ blue 188

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

Shades of Denim #2571BC

Tints of Denim #2571BC

RGB

 RED value IS 37 (14.84% from 255) = 10.95%

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

 BLUE value IS 188 (73.83% from 255) = 55.62%

R = 10.95%
G = 33.43%
B = 55.62%

CMYK

 C value IS 0.80

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2571BC (or 0x2571BC) is known color: Denim. HEX triplet: 25, 71 and BC. RGB value is (37,113,188). Sum of RGB (Red+Green+Blue) = 37+113+188=338 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.95% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 188 (73.83% from 255 or 55.62% from 338); Max value from RGB is 188 - color contains mainly: blue. Hex color #2571BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2571BC is #DA8E43. Grayscale: #626262. Windows color (decimal): -14323268 or 12349733. OLE color: 12349733.

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

Color convert

RGB 37 113 188 -
CMYK 0.80 0.40 0 0.26
HSL 209.8º 0.67% 0.44% -
HSV(B) 209.8º 0.8% 0.74% -
XYZ 15.75 15.83 49.8 -
YUV 98.83 178.32 83.9 -
System Red Green Blue C M Y K H S L
Decimal 37 113 188 0.80 0.40 0 0.26 209.8 0.67 0.44
Hex 25 71 BC 50 28 0 1A D2 43 2C
Octal 45 161 274 120 50 0 32 322 103 54
Binary 100101 1110001 10111100 1010000 101000 0 11010 11010010 1000011 101100

Color Harmonies of #2571BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2571BC

Black with #2571BC

Text Example


Text Example

White with #2571BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2571BC; }

 p { color: rgb(37,113,188); }

 H1.HeaderClassName
 {
   color: #2571BC;
 }
 .AnyTagClassName
 {
   color: #2571BC;
 }
</style>

background-color css

<style>
 a { background-color: #2571BC; }

 a { background-color: rgb(37,113,188); }

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

border-color css

<style>
 span { border-color: #2571BC; }

 span { border-color: rgb(37,113,188); }

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