#2E84CF

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

Shades of Curious Blue #2E84CF

Tints of Curious Blue #2E84CF

Color information

#2E84CF (or 0x2E84CF) is unknown color: approx Curious Blue. HEX triplet: 2E, 84 and CF. RGB value is (46,132,207). Sum of RGB (Red+Green+Blue) = 46+132+207=385 (50% of max value = 765). Red value is 46 (18.36% from 255 or 11.95% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #2E84CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E84CF is #D17B30. Grayscale: #727272. Windows color (decimal): -13728561 or 13599790. OLE color: 13599790.

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

Color convert

RGB46132207-
CMYK0.780.3600.19
HSL207.95º63.64%49.61%-
HSV(B)207.95º77.78%81.18%-
XYZ20.6421.5962.11-
YUV114.84180.0178.9-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.95%
GREEN value IS 132 (51.95% from 255) = 34.29%
BLUE value IS 207 (81.25% from 255) = 53.77%
R=11.95%
G=34.29%
B=53.77%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal461322070.780.3600.19207.9563.6449.61
Hex2E84CF4E24013d04032
Octal562043171164402332010062
Binary10111010000100110011111001110100100010011110100001000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E84CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,132,207); }

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

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

 a { background-color: rgb(46,132,207); }

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

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

 span { border-color: rgb(46,132,207); }

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