#2A70C9

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

Shades of Denim #2A70C9

Tints of Denim #2A70C9

Color information

#2A70C9 (or 0x2A70C9) is unknown color: approx Denim. HEX triplet: 2A, 70 and C9. RGB value is (42,112,201). Sum of RGB (Red+Green+Blue) = 42+112+201=355 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.83% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 201 (78.91% from 255 or 56.62% from 355); Max value from RGB is 201 - color contains mainly: blue. Hex color #2A70C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A70C9 is #D58F36. Grayscale: #646464. Windows color (decimal): -13995831 or 13201450. OLE color: 13201450.

HSL color Cylindrical-coordinate representation of color #2A70C9: hue angle of 213.58º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2A70C9 is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB42112201-
CMYK0.790.4400.21
HSL213.58º65.43%47.65%-
HSV(B)213.58º79.1%78.82%-
XYZ17.2916.357.49-
YUV101.22184.3185.76-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.83%
GREEN value IS 112 (44.14% from 255) = 31.55%
BLUE value IS 201 (78.91% from 255) = 56.62%
R=11.83%
G=31.55%
B=56.62%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal421122010.790.4400.21213.5865.4347.65
Hex2A70C94F2C015d64130
Octal521603111175402532610160
Binary1010101110000110010011001111101100010101110101101000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A70C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A70C9; }

 p { color: rgb(42,112,201); }

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

<style>
 a { background-color: #2A70C9; }

 a { background-color: rgb(42,112,201); }

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

<style>
 span { border-color: #2A70C9; }

 span { border-color: rgb(42,112,201); }

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