Html Css Color HEX #2571BB Denim

📋 copy color: '#2571BB'

red 37 ◦ green 113 ◦ blue 187

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

Shades of Denim #2571BB

Tints of Denim #2571BB

RGB

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

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

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

R = 10.98%
G = 33.53%
B = 55.49%

CMYK

 C value IS 0.80

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2571BB (or 0x2571BB) is known color: Denim. HEX triplet: 25, 71 and BB. RGB value is (37,113,187). Sum of RGB (Red+Green+Blue) = 37+113+187=337 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.98% from 337); Green value is 113 (44.53% from 255 or 33.53% 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 #2571BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2571BB is #DA8E44. Grayscale: #626262. Windows color (decimal): -14323269 or 12284197. OLE color: 12284197.

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

Color convert

RGB 37 113 187 -
CMYK 0.80 0.40 0 0.27
HSL 209.6º 0.67% 0.44% -
HSV(B) 209.6º 0.8% 0.73% -
XYZ 15.64 15.79 49.24 -
YUV 98.71 177.82 83.98 -
System Red Green Blue C M Y K H S L
Decimal 37 113 187 0.80 0.40 0 0.27 209.6 0.67 0.44
Hex 25 71 BB 50 28 0 1B D2 43 2C
Octal 45 161 273 120 50 0 33 322 103 54
Binary 100101 1110001 10111011 1010000 101000 0 11011 11010010 1000011 101100

Color Harmonies of #2571BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2571BB

Black with #2571BB

Text Example


Text Example

White with #2571BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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