#2460B9

Color #2460B9 Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #2460B9

Tints of Denim #2460B9

Color information

#2460B9 (or 0x2460B9) is unknown color: approx Denim. HEX triplet: 24, 60 and B9. RGB value is (36,96,185). Sum of RGB (Red+Green+Blue) = 36+96+185=317 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.36% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 185 (72.66% from 255 or 58.36% from 317); Max value from RGB is 185 - color contains mainly: blue. Hex color #2460B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2460B9 is #DB9F46. Grayscale: #575757. Windows color (decimal): -14393159 or 12148772. OLE color: 12148772.

HSL color Cylindrical-coordinate representation of color #2460B9: hue angle of 215.84º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2460B9 is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3696185-
CMYK0.810.4800.27
HSL215.84º67.42%43.33%-
HSV(B)215.84º80.54%72.55%-
XYZ13.6712.2447.54-
YUV88.21182.6290.76-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.36%
GREEN value IS 96 (37.89% from 255) = 30.28%
BLUE value IS 185 (72.66% from 255) = 58.36%
R=11.36%
G=30.28%
B=58.36%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal36961850.810.4800.27215.8467.4243.33
Hex2460B9513001Bd8432b
Octal441402711216003333010353
Binary1001001100000101110011010001110000011011110110001000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2460B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2460B9; }

 p { color: rgb(36,96,185); }

 H1.HeaderClassName
 {
   color: #2460B9;
 }
 .AnyTagClassName
 {
   color: #2460B9;
 }
</style>
background-color css

<style>
 a { background-color: #2460B9; }

 a { background-color: rgb(36,96,185); }

 div.DivClassName
 {
   background-color: #2460B9;
 }
 .BgClassName
 {
   background-color: #2460B9;
 }
</style>
border-color css

<style>
 span { border-color: #2460B9; }

 span { border-color: rgb(36,96,185); }

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