#2469BF

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

Shades of Denim #2469BF

Tints of Denim #2469BF

Color information

#2469BF (or 0x2469BF) is unknown color: approx Denim. HEX triplet: 24, 69 and BF. RGB value is (36,105,191). Sum of RGB (Red+Green+Blue) = 36+105+191=332 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.84% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 191 (75% from 255 or 57.53% from 332); Max value from RGB is 191 - color contains mainly: blue. Hex color #2469BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2469BF is #DB9640. Grayscale: #5D5D5D. Windows color (decimal): -14390849 or 12544292. OLE color: 12544292.

HSL color Cylindrical-coordinate representation of color #2469BF: hue angle of 213.29º 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 #2469BF is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB36105191-
CMYK0.810.4500.25
HSL213.29º68.28%44.51%-
HSV(B)213.29º81.15%74.9%-
XYZ15.1814.2451.24-
YUV94.17182.6486.51-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.84%
GREEN value IS 105 (41.41% from 255) = 31.63%
BLUE value IS 191 (75% from 255) = 57.53%
R=10.84%
G=31.63%
B=57.53%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal361051910.810.4500.25213.2968.2844.51
Hex2469BF512D019d5442d
Octal441512771215503132510455
Binary1001001101001101111111010001101101011001110101011000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2469BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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