Html Css Color HEX #2560BB Denim

📋 copy color: '#2560BB'

red 37 ◦ green 96 ◦ blue 187

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

Shades of Denim #2560BB

Tints of Denim #2560BB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30%

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

R = 11.56%
G = 30%
B = 58.44%

CMYK

 C value IS 0.80

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2560BB (or 0x2560BB) is known color: Denim. HEX triplet: 25, 60 and BB. RGB value is (37,96,187). Sum of RGB (Red+Green+Blue) = 37+96+187=320 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.56% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 187 (73.44% from 255 or 58.44% from 320); Max value from RGB is 187 - color contains mainly: blue. Hex color #2560BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2560BB is #DA9F44. Grayscale: #585858. Windows color (decimal): -14327621 or 12279845. OLE color: 12279845.

HSL color Cylindrical-coordinate representation of color #2560BB: hue angle of 216.4º 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 #2560BB is Cyan = 0.80, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 37 96 187 -
CMYK 0.80 0.49 0 0.27
HSL 216.4º 0.67% 0.44% -
HSV(B) 216.4º 0.8% 0.73% -
XYZ 13.92 12.35 48.66 -
YUV 88.73 183.45 91.1 -
System Red Green Blue C M Y K H S L
Decimal 37 96 187 0.80 0.49 0 0.27 216.4 0.67 0.44
Hex 25 60 BB 50 31 0 1B D8 43 2C
Octal 45 140 273 120 61 0 33 330 103 54
Binary 100101 1100000 10111011 1010000 110001 0 11011 11011000 1000011 101100

Color Harmonies of #2560BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2560BB

Black with #2560BB

Text Example


Text Example

White with #2560BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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