#2D7ED0

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

Shades of Curious Blue #2D7ED0

Tints of Curious Blue #2D7ED0

Color information

#2D7ED0 (or 0x2D7ED0) is unknown color: approx Curious Blue. HEX triplet: 2D, 7E and D0. RGB value is (45,126,208). Sum of RGB (Red+Green+Blue) = 45+126+208=379 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.87% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 208 (81.64% from 255 or 54.88% from 379); Max value from RGB is 208 - color contains mainly: blue. Hex color #2D7ED0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D7ED0 is #D2812F. Grayscale: #6E6E6E. Windows color (decimal): -13795632 or 13663789. OLE color: 13663789.

HSL color Cylindrical-coordinate representation of color #2D7ED0: hue angle of 210.18º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D7ED0 is Cyan = 0.78, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB45126208-
CMYK0.780.3900.18
HSL210.18º64.43%49.61%-
HSV(B)210.18º78.37%81.57%-
XYZ19.9320.0362.49-
YUV111.13182.6680.83-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.87%
GREEN value IS 126 (49.61% from 255) = 33.25%
BLUE value IS 208 (81.64% from 255) = 54.88%
R=11.87%
G=33.25%
B=54.88%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal451262080.780.3900.18210.1864.4349.61
Hex2D7ED04E27012d24032
Octal551763201164702232210062
Binary1011011111110110100001001110100111010010110100101000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D7ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,126,208); }

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

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

 a { background-color: rgb(45,126,208); }

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

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

 span { border-color: rgb(45,126,208); }

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