#2D7DD0

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

Shades of Curious Blue #2D7DD0

Tints of Curious Blue #2D7DD0

Color information

#2D7DD0 (or 0x2D7DD0) is unknown color: approx Curious Blue. HEX triplet: 2D, 7D and D0. RGB value is (45,125,208). Sum of RGB (Red+Green+Blue) = 45+125+208=378 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.90% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 208 (81.64% from 255 or 55.03% from 378); Max value from RGB is 208 - color contains mainly: blue. Hex color #2D7DD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D7DD0 is #D2822F. Grayscale: #6E6E6E. Windows color (decimal): -13795888 or 13663533. OLE color: 13663533.

HSL color Cylindrical-coordinate representation of color #2D7DD0: hue angle of 210.55º 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 #2D7DD0 is Cyan = 0.78, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB45125208-
CMYK0.780.4000.18
HSL210.55º64.43%49.61%-
HSV(B)210.55º78.37%81.57%-
XYZ19.819.7862.45-
YUV110.5418381.25-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.90%
GREEN value IS 125 (49.22% from 255) = 33.07%
BLUE value IS 208 (81.64% from 255) = 55.03%
R=11.90%
G=33.07%
B=55.03%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal451252080.780.4000.18210.5564.4349.61
Hex2D7DD04E28012d34032
Octal551753201165002232310062
Binary1011011111101110100001001110101000010010110100111000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D7DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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