#2E8ED4

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

Shades of Curious Blue #2E8ED4

Tints of Curious Blue #2E8ED4

Color information

#2E8ED4 (or 0x2E8ED4) is unknown color: approx Curious Blue. HEX triplet: 2E, 8E and D4. RGB value is (46,142,212). Sum of RGB (Red+Green+Blue) = 46+142+212=400 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.5% from 400); Green value is 142 (55.86% from 255 or 35.5% from 400); Blue value is 212 (83.20% from 255 or 53% from 400); Max value from RGB is 212 - color contains mainly: blue. Hex color #2E8ED4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E8ED4 is #D1712B. Grayscale: #787878. Windows color (decimal): -13725996 or 13930030. OLE color: 13930030.

HSL color Cylindrical-coordinate representation of color #2E8ED4: hue angle of 205.3º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E8ED4 is Cyan = 0.78, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB46142212-
CMYK0.780.3300.17
HSL205.3º65.87%50.59%-
HSV(B)205.3º78.3%83.14%-
XYZ22.6824.6865.86-
YUV121.28179.274.31-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.5%
GREEN value IS 142 (55.86% from 255) = 35.5%
BLUE value IS 212 (83.20% from 255) = 53%
R=11.5%
G=35.5%
B=53%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal461422120.780.3300.17205.365.8750.59
Hex2E8ED44E21011cd4233
Octal562163241164102131510263
Binary10111010001110110101001001110100001010001110011011000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,142,212); }

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

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

 a { background-color: rgb(46,142,212); }

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

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

 span { border-color: rgb(46,142,212); }

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