#2A7DC1

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

Shades of Curious Blue #2A7DC1

Tints of Curious Blue #2A7DC1

Color information

#2A7DC1 (or 0x2A7DC1) is unknown color: approx Curious Blue. HEX triplet: 2A, 7D and C1. RGB value is (42,125,193). Sum of RGB (Red+Green+Blue) = 42+125+193=360 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.67% from 360); Green value is 125 (49.22% from 255 or 34.72% from 360); Blue value is 193 (75.78% from 255 or 53.61% from 360); Max value from RGB is 193 - color contains mainly: blue. Hex color #2A7DC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A7DC1 is #D5823E. Grayscale: #6B6B6B. Windows color (decimal): -13992511 or 12680490. OLE color: 12680490.

HSL color Cylindrical-coordinate representation of color #2A7DC1: hue angle of 207.02º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A7DC1 is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB42125193-
CMYK0.780.3500.24
HSL207.02º64.26%46.08%-
HSV(B)207.02º78.24%75.69%-
XYZ17.9119.0153.18-
YUV107.9417680.97-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.67%
GREEN value IS 125 (49.22% from 255) = 34.72%
BLUE value IS 193 (75.78% from 255) = 53.61%
R=11.67%
G=34.72%
B=53.61%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal421251930.780.3500.24207.0264.2646.08
Hex2A7DC14E23018cf402e
Octal521753011164303031710056
Binary1010101111101110000011001110100011011000110011111000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,125,193); }

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

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

 a { background-color: rgb(42,125,193); }

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

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

 span { border-color: rgb(42,125,193); }

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