#2470BD

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

Shades of Denim #2470BD

Tints of Denim #2470BD

Color information

#2470BD (or 0x2470BD) is unknown color: approx Denim. HEX triplet: 24, 70 and BD. RGB value is (36,112,189). Sum of RGB (Red+Green+Blue) = 36+112+189=337 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.68% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 189 (74.22% from 255 or 56.08% from 337); Max value from RGB is 189 - color contains mainly: blue. Hex color #2470BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2470BD is #DB8F42. Grayscale: #616161. Windows color (decimal): -14389059 or 12415012. OLE color: 12415012.

HSL color Cylindrical-coordinate representation of color #2470BD: hue angle of 210.2º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2470BD is Cyan = 0.81, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB36112189-
CMYK0.810.4100.26
HSL210.2º68%44.12%-
HSV(B)210.2º80.95%74.12%-
XYZ15.7115.6450.33-
YUV98.05179.3283.74-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.68%
GREEN value IS 112 (44.14% from 255) = 33.23%
BLUE value IS 189 (74.22% from 255) = 56.08%
R=10.68%
G=33.23%
B=56.08%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal361121890.810.4100.26210.26844.12
Hex2470BD512901Ad2442c
Octal441602751215103232210454
Binary1001001110000101111011010001101001011010110100101000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2470BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2470BD; }

 p { color: rgb(36,112,189); }

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

<style>
 a { background-color: #2470BD; }

 a { background-color: rgb(36,112,189); }

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

<style>
 span { border-color: #2470BD; }

 span { border-color: rgb(36,112,189); }

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