#2d80d3

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

Shades of Curious Blue #2D80D3

Tints of Curious Blue #2D80D3

Color information

#2D80D3 (or 0x2D80D3) is unknown color: approx Curious Blue. HEX triplet: 2D, 80 and D3. RGB value is (45,128,211). Sum of RGB (Red+Green+Blue) = 45+128+211=384 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.72% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 211 (82.81% from 255 or 54.95% from 384); Max value from RGB is 211 - color contains mainly: blue. Hex color #2D80D3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D80D3 is #D27F2C. Grayscale: #707070. Windows color (decimal): -13795117 or 13860909. OLE color: 13860909.

HSL color Cylindrical-coordinate representation of color #2D80D3: hue angle of 210º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D80D3 is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB45128211-
CMYK0.790.3900.17
HSL210º65.35%50.2%-
HSV(B)210º78.67%82.75%-
XYZ20.5620.764.54-
YUV112.64183.579.75-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.72%
GREEN value IS 128 (50.39% from 255) = 33.33%
BLUE value IS 211 (82.81% from 255) = 54.95%
R=11.72%
G=33.33%
B=54.95%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal451282110.790.3900.1721065.3550.2
Hex2D80D34F27011d24132
Octal552003231174702132210162
Binary10110110000000110100111001111100111010001110100101000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d80d3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,128,211); }

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

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

 a { background-color: rgb(45,128,211); }

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

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

 span { border-color: rgb(45,128,211); }

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