#2E80CE

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

Shades of Curious Blue #2E80CE

Tints of Curious Blue #2E80CE

Color information

#2E80CE (or 0x2E80CE) is unknown color: approx Curious Blue. HEX triplet: 2E, 80 and CE. RGB value is (46,128,206). Sum of RGB (Red+Green+Blue) = 46+128+206=380 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.11% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 206 (80.86% from 255 or 54.21% from 380); Max value from RGB is 206 - color contains mainly: blue. Hex color #2E80CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E80CE is #D17F31. Grayscale: #6F6F6F. Windows color (decimal): -13729586 or 13533230. OLE color: 13533230.

HSL color Cylindrical-coordinate representation of color #2E80CE: hue angle of 209.25º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E80CE is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB46128206-
CMYK0.780.3800.19
HSL209.25º63.49%49.41%-
HSV(B)209.25º77.67%80.78%-
XYZ19.9920.4861.29-
YUV112.37180.8380.66-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.11%
GREEN value IS 128 (50.39% from 255) = 33.68%
BLUE value IS 206 (80.86% from 255) = 54.21%
R=12.11%
G=33.68%
B=54.21%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal461282060.780.3800.19209.2563.4949.41
Hex2E80CE4E26013d13f31
Octal56200316116460233217761
Binary1011101000000011001110100111010011001001111010001111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E80CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,128,206); }

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

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

 a { background-color: rgb(46,128,206); }

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

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

 span { border-color: rgb(46,128,206); }

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