#2870CA

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

Shades of Denim #2870CA

Tints of Denim #2870CA

Color information

#2870CA (or 0x2870CA) is unknown color: approx Denim. HEX triplet: 28, 70 and CA. RGB value is (40,112,202). Sum of RGB (Red+Green+Blue) = 40+112+202=354 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.30% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 202 (79.30% from 255 or 57.06% from 354); Max value from RGB is 202 - color contains mainly: blue. Hex color #2870CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2870CA is #D78F35. Grayscale: #646464. Windows color (decimal): -14126902 or 13266984. OLE color: 13266984.

HSL color Cylindrical-coordinate representation of color #2870CA: hue angle of 213.33º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2870CA is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB40112202-
CMYK0.800.4500.21
HSL213.33º66.94%47.45%-
HSV(B)213.33º80.2%79.22%-
XYZ17.3316.358.11-
YUV100.73185.1584.68-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.30%
GREEN value IS 112 (44.14% from 255) = 31.64%
BLUE value IS 202 (79.30% from 255) = 57.06%
R=11.30%
G=31.64%
B=57.06%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal401122020.800.4500.21213.3366.9447.45
Hex2870CA502D015d5432f
Octal501603121205502532510357
Binary1010001110000110010101010000101101010101110101011000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2870CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2870CA; }

 p { color: rgb(40,112,202); }

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

<style>
 a { background-color: #2870CA; }

 a { background-color: rgb(40,112,202); }

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

<style>
 span { border-color: #2870CA; }

 span { border-color: rgb(40,112,202); }

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